SIP trunks
Delete a SIP trunk
Deletes the SIP trunk identified by id. Deletion is permanent and stops call routing through the trunk.
delete/v1/trunks/{id}
Path parameters
idinteger required
Example:3107
The unique ID of the SIP trunk.
Response
Returns a success confirmation. The SIP trunk is deleted.
Example response
{
"success": true
}