cURL
curl --request DELETE \ --url https://api.wavix.com/v1/trunks/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Use this method to delete a SIP trunk from your account.
Bearer token using appid (Authorization: Bearer )
SIP trunk ID
3107
Indicates if the operation is successful
true
Was this page helpful?