Custom Twilio Accounts
Delete Inbound Phone Number
Remove an inbound number that was uploaded through your own Twilio account. See Enterprise Twilio Integration for more information.
POST
/
v1
/
inbound
/
{phone_number}
/
delete
Headers
Your API key for authentication.
The encrypted_key
for the Twilio account that owns the phone number you want to delete.
Path
The phone number you want to remove from Bland’s system.
Response
Can be success
or error
.
A message saying whether the deletion succeeded, or a helpful message describing why it failed.