Example searches: “key”, “IamV1GetApiKeys”, “keys”, “sid”, “page_size”
API keys
Delete a specific Key.
The Twilio-provided string that uniquely identifies the Key resource to delete.
Minimum length is 34, maximum length is 34. Format should match the following pattern: ^SK[0-9a-fA-F]{32}$.
34
^SK[0-9a-fA-F]{32}$
The resource was deleted successfully.
curl \ --request DELETE 'https://iam.twilio.com/v1/Keys/{Sid}' \ --user "username:password"