Disable API key

Disables an API key for an API client to prevent it from making API requests.

Path parameters

api_client_idstringRequired
ID of the API client that owns the API key.
api_key_idstringRequired
ID of the API key to disable.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Success - The API key was disabled successfully.

successboolean or null
Indicates whether the operation was successful.

Errors