Skip to main content
DELETE
/
phone
/
sip
/
agents
/
{phone_agent_id}
/
transfer-destinations
/
{destination_id}
Remove a transfer destination from an agent
curl --request DELETE \
  --url https://api.open.cx/phone/sip/agents/{phone_agent_id}/transfer-destinations/{destination_id}
{
  "statusCode": 123,
  "message": "<string>",
  "error": "<string>"
}

Path Parameters

phone_agent_id
string
required
destination_id
string
required

Response

Default Response