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
authorization
string
requiredYour API key for authentication.
encrypted_key
string
requiredThe encrypted_key
for the Twilio account that owns the phone number you want to delete.
Path
phone_number
string
requiredThe phone number you want to remove from Bland’s system.
Response
status
string
Can be success
or error
.
message
string
A message saying whether the deletion succeeded, or a helpful message describing why it failed.