Example searches: “404”, “200”, “extension_id”, “400”, “validate_only”
Delete or invalidate an API key for a user.
The user ID.
The API Key ID.
The API key is deleted.
The {api_key_id} can't be found. (code: api_keys.key_not_found)
api_keys.key_not_found
The error codes associated with the response
Value is api_keys.key_not_found.
A list of errors that occurred in the failing request
A structured code representing the error type that occurred
A human readable message describing the error that occurred
If the error can be tied to a specific field or fields in the user request, this lists those fields
curl \ --request DELETE 'https://{{hostname}}/api/v1/users/{user_id}/auth/keys/{api_key_id}' \ --user "username:password"