Skip to main content
DELETE
/
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

Bearer token using appid (Authorization: Bearer )

Path Parameters

id
integer<int32>
required

SIP trunk ID

Example:

3107

Response

success
boolean
required

Indicates if the operation is successful

Example:

true