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
}

Documentation Index

Fetch the complete documentation index at: https://docs.wavix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

Path Parameters

id
integer<int32>
required

SIP trunk ID.

Example:

3107

Response

SIP trunk deleted.

success
boolean
required
Example:

true