Skip to main content
DELETE
/
v1
/
agents
/
{agentId}
/
moh
curl -X DELETE https://api.telzino.com/v1/agents/123e4567-e89b-12d3-a456-426614174000/moh \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "success": true }

Path Parameters

agentId
string
required
The unique identifier of the agent (UUID format)
Deletes any uploaded hold-music file and clears the agent’s warm_transfer_moh_url. The agent reverts to the built-in hold music.
curl -X DELETE https://api.telzino.com/v1/agents/123e4567-e89b-12d3-a456-426614174000/moh \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "success": true }