delete a sip trunk
Use this method to delete a SIP trunk.
This endpoint requires authentication.
DELETE /trunks/{id}
Name | Description |
---|---|
id Template Required | Number The unique identifier of the SIP trunk to delete. |
Void
HTTP Status Code | Error Description | Exception 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=appid'