Skip to main content
DELETE
/
sip-trunks
/
{sid}
Delete a SIP trunk
curl --request DELETE \
  --url https://api.voice-mate.com/v1/sip-trunks/{sid} \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}

Authorizations

Authorization
string
header
required

Bearer auth header. Pass with value 'Bearer {api_key}'. Api key can be found in account Settings -> API Keys page

Path Parameters

sid
string
required

SIP trunk identifier

Response

SIP trunk deleted

status
enum<string>
required
Available options:
success