Disable API key
Disables an API key for an API client, preventing it from making API requests.
Path parameters
id
Embedded customer ID/external ID. The external ID must be prefixed with an E (for example, EA2300) and the resulting ID should be URL encoded.
api_client_id
ID of the API client that owns the API key.
api_key_id
ID of the API key to disable.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Success - The API key was disabled successfully.
success
Indicates whether the operation was successful.