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

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Path Parameters

id
integer<int32>
required

The unique ID of the SIP trunk.

Example:

3107

Response

Returns a success confirmation. The SIP trunk is deleted.

success
boolean
required

Indicates whether the request was successful.

Example:

true