Skip to main content
Use this endpoint to permanently revoke an API key for your tenant. Revocation is immediate — the key is invalidated as soon as the 204 response is returned. Any subsequent requests authenticated with the revoked key will receive a 401 error. This action cannot be undone; if you need to restore access, create a new key with the same scopes.

Endpoint

Authorization

Requires an API key with ADMIN scope.
Revocation takes effect immediately. Any services or integrations still using this key will start receiving 401 Unauthorized errors right away. Ensure you have rotated the key in all dependent systems before revoking the old one.

Path Parameters

string (UUID)
required
The unique identifier of the API key to revoke. Use List API Keys to look up key IDs.

Request Example

Response

A successful revocation returns 204 No Content with an empty response body.

Error Codes