Skip to main content

DELETE /api-keys/

This endpoint permanently revokes and deletes an API key. Once revoked, the key can no longer be used to authenticate requests.
This action is irreversible. Once an API key is revoked, it cannot be recovered.
You cannot revoke the API key that is currently being used to make the request.

Path Parameters

string
required
The ID of the API key to revoke.

Response

boolean
Whether the key was successfully revoked.
string
A status message.