Skip to main content
DELETE
/
sip-trunks
/
trunks
/
{trunk_id}
/
numbers
/
{phone_number_id}
cURL
curl --request DELETE \
  --url https://api.bolna.ai/sip-trunks/trunks/{trunk_id}/numbers/{phone_number_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Phone number removed successfully"
}
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

phone_number_id
string
required

The phone number ID to remove

Response

Phone number removed