curl --request POST \
--url https://api.bland.ai/v1/accounts/delete \
--header 'authorization: <authorization>' \
--header 'encrypted_key: <encrypted_key>'{
"status": "success"
}
Disable an encrypted key for a Twilio account integration. See Custom Twilio Integration for more information.
curl --request POST \
--url https://api.bland.ai/v1/accounts/delete \
--header 'authorization: <authorization>' \
--header 'encrypted_key: <encrypted_key>'{
"status": "success"
}
success - The encrypted key was successfully deleted.error - There was an error deleting the encrypted key.Error deleting Twilio credentials - The encrypted key could not be deleted or already has been deleted.Missing encrypted key - The encrypted_key parameter is missing.{
"status": "success"
}
Was this page helpful?