Skip to main content
DELETE
/
sip-trunks
/
trunks
/
{trunk_id}
cURL
curl --request DELETE \
  --url https://api.bolna.ai/sip-trunks/trunks/{trunk_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Trunk deleted successfully. 3 phone number(s) removed."
}
SIP Trunking is currently in Beta.

Please reach out to us at enterprise@bolna.ai or schedule a call at https://www.bolna.ai/meet for more information and access.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

trunk_id
string
required

The unique trunk ID

Response

Trunk deleted