curl --request POST \
--url https://api.bland.ai/v1/inbound/{phone_number}/delete \
--header 'authorization: <authorization>' \
--header 'encrypted_key: <encrypted_key>'{
"status": "success",
"message": "Successfully deleted number from database: +15555555555"
}
Remove an inbound number that was uploaded through your own Twilio account. See Custom Twilio Integration for more information.
curl --request POST \
--url https://api.bland.ai/v1/inbound/{phone_number}/delete \
--header 'authorization: <authorization>' \
--header 'encrypted_key: <encrypted_key>'{
"status": "success",
"message": "Successfully deleted number from database: +15555555555"
}
encrypted_key for the Twilio account that owns the phone number you want to delete.Learn more about BYOT here.success or error.{
"status": "success",
"message": "Successfully deleted number from database: +15555555555"
}
Was this page helpful?