Auth & Key Management
Revoke API key
Revoke a DB-backed API key by ID, permanently disabling it.
DELETE
Revokes an API key so it can no longer authenticate requests. Revocation is immediate and irreversible (revoked keys are eventually cleaned up by the background cleanup job). Requires the master key. DB-backed auth must be enabled.Documentation Index
Fetch the complete documentation index at: https://isol8.notdhruv.com/llms.txt
Use this file to discover all available pages before exploring further.
UUID of the API key to revoke.
true when the key was successfully revoked.The ID of the revoked key.
Returns
404 if no key with the given ID exists.