Revoke an API key
API Keys
Revoke an API key
Marks an API key as revoked. Revoked keys are rejected on every subsequent request but remain visible in the list (with revoked: true). This operation cannot be undone.
POST
Revoke an API key
Documentation Index
Fetch the complete documentation index at: https://docs.questra.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
The ID of the API key to revoke.
Response
The key was successfully revoked.
Example:
true