About
SIP trunk will be deleted using the following requests.
Resource URI
Complete details about deleting your SIP trunk is requested with the following requests.
DELETE
/v2/Accounts/{AccountSid}/SipTrunk/{SipTrunkSid}
or
/v2/Properties/{PropertySid}/SipTrunk/{SipTrunkSid}
Request
URI Parameters
Parameter | Type | Description |
---|---|---|
AccountSid | string | The secure identifier of the Account. |
PropertySid | string | The secure identifier of the Property. |
SipTrunkSid | string | The secure identification to delete the SIP trunk. |
Response
200 – OK
Our service will respond to every SIP trunk deletion request with JSON formatted data. Successful deletion requests will respond with an object containing the following parameters.
Common Response Parameters
Parameter | Type | Description |
---|---|---|
SipTrunkSid | string | The secure identifier of the SIP trunk that was removed. |
400 - Error
For error codes and messages, please refer to the REST API Error Codes page.