cURL
curl --request DELETE \ --url https://api.itellico.ai/v1/accounts/{account_id}/sip-trunks/{sip_trunk_id} \ --header 'X-API-Key: <api-key>'
{ "code": "<string>", "message": "<string>", "detail": "<string>", "errors": [ { "field": "<string>", "message": "<string>", "type": "<string>" } ] }
Delete a SIP trunk that has no associated phone numbers.
No Content
Was this page helpful?