curl -X DELETE "https://app.talkover.ai/api/v1/sip-trunks/trunk-uuid-1/dids/phone-uuid-1" \ -H "Authorization: Bearer talq_your_environment_token_here"
{ "success": true, "message": "DID removed" }
Remover um DID de um SIP Trunk
Documentation IndexFetch the complete documentation index at: https://docs.talkover.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.talkover.ai/llms.txt
Use this file to discover all available pages before exploring further.
DELETE /api/v1/sip-trunks/{trunk_id}/dids/{phone_number_id}
Bearer talq_your_environment_token_here
{ "success": false, "message": "DID is still assigned to active agents", "code": "DID_IN_USE" }
Esta página foi útil?