delete sip trunk

API Docs by APIMATIC

Delete SIP Trunk

Use this method to delete a SIP trunk.

This endpoint requires authentication.

DELETE /trunks/{id}
  • EXPLORER
  • PARAMETERS
Endpoint Arguments*
Parameters*

The unique identifier of the SIP trunk to delete.

Response Type

Void

Errors

HTTP Status CodeError DescriptionException Class
403
Request failed. The feature is disabled for the account.
404
An object with the specified ID is not found.
curl -X DELETE -G \
  --url 'https://api.wavix.com/v1/trunks/100'  \
  -d 'appid=your-API-key'