Skip to main content
DELETE
/
trunks
/
{id}
Delete a SIP trunk
curl --request DELETE \
  --url 'https://api.wavix.com/v1/trunks/{id}?appid='
{
  "success": true
}

Authorizations

appid
string
query
required

An API key to authorize your request

Path Parameters

id
integer<int32>
required

SIP trunk ID

Example:

3107

Response

success
boolean
required

Indicates if the operation is successful

Example:

true