Permanently delete a SIP trunk.
curl --request DELETE \
--url https://api.vobiz.ai/api/v1/account/{auth_id}/trunks/{trunk_id} \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'"<string>"Documentation Index
Fetch the complete documentation index at: https://docs.vobiz.ai/llms.txt
Use this file to discover all available pages before exploring further.
DELETE https://api.vobiz.ai/api/v1/account/{auth_id}/trunks/{trunk_id}
X-Auth-ID - Your account Auth IDX-Auth-Token - Your account Auth TokenContent-Type: application/jsonenabled: false) to preserve its configuration while preventing new calls.curl -X DELETE https://api.vobiz.ai/api/v1/account/{auth_id}/trunks/bfab10fb-cb97-488b-9c63-989c32980b0f \
-H "X-Auth-ID: YOUR_AUTH_ID" \
-H "X-Auth-Token: YOUR_AUTH_TOKEN"
204 No Content on successful deletion. No response body is returned.
No Content
Was this page helpful?
curl --request DELETE \
--url https://api.vobiz.ai/api/v1/account/{auth_id}/trunks/{trunk_id} \
--header 'X-Auth-ID: <api-key>' \
--header 'X-Auth-Token: <api-key>'"<string>"