Custom Twilio Accounts
Delete Encrypted Key
Disable an encrypted key for a Twilio account integration. See Enterprise Twilio Integration for more information.
POST
/
v1
/
accounts
/
delete
Headers
authorization
string
requiredYour API key for authentication.
encrypted_key
string
requiredThe encrypted_key
to delete.
Response
The status of the request.
success
- The encrypted key was successfully deleted.error
- There was an error deleting the encrypted key.
Special messages:
Error deleting Twilio credentials
- The encrypted key could not be deleted or already has been deleted.Missing encrypted key
- Theencrypted_key
parameter is missing.- none - The encrypted key was successfully deleted.