Skip to main content
Permanently revoke an API key by its numeric ID. Once revoked, the key is immediately rejected for all authenticated requests — revocation cannot be undone. Use this endpoint when rotating credentials, decommissioning an integration, or responding to a suspected key leak.

Request

Path Parameters

number
required
The numeric ID of the API key to revoke. Obtain this value from the id field returned by GET /api-keys or POST /api-keys.

Response

200 — Revoked

boolean
true when the key was successfully revoked.
object

404 — Not Found

Returned when the supplied id does not match any key you can revoke. Estudjo intentionally returns the same 404 error whether the ID doesn’t exist, belongs to a different account, or has already been revoked — this prevents enumeration of other accounts’ key IDs.