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 suppliedid 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.