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

Path Parameters

agentId
string
required
The unique identifier of the agent (UUID format)
curl -X DELETE https://api.telzino.com/v1/agents/123e4567-e89b-12d3-a456-426614174000/sip/registration \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "success": true
}

What Happens

  1. The agent’s sip_registration_data is set to null
  2. The sync service detects the change and unregisters the agent from OpenSIPS
  3. The agent will stop receiving inbound SIP calls
This action is immediate. The agent will stop receiving calls as soon as the sync service processes the change. To re-enable SIP registration, use the Set SIP Registration endpoint.