Skip to main content
DELETE
Revoke an API key. Revocation is immediate — there is no grace window, and any request authenticated with the key starts receiving 401 right away. The key is soft-deleted: it stays in List responses with revoked_at set, preserving your audit history. A successful revoke returns 204 No Content.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Identifier of the API key to revoke (a UUID).

Response

API key revoked. The response body is empty.