Skip to main content
Use the Revoke Key endpoint to permanently invalidate an existing API key. After revocation, any request using that key will return an authentication error. The action is immediate and irreversible. Any authenticated caller may invoke this endpoint, but the caller cannot revoke a key with higher scope privileges than their own.

Endpoint

Authentication

Authenticate with a session cookie or pass Authorization: Bearer <api-key>.

Path Parameters

string
required
Unique identifier of the API key to revoke.

Response

A successful revocation returns HTTP 204 with no response body.