API Keys
Revoke API key
Permanently deactivate an API key. Revocation is immediate and irreversible
DELETE
Revoke API key
Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
Free - does not consume credits
Path parameters
The unique identifier of the API key to revoke.
Headers
Dashboard session cookie. Format:
session_token=YOUR_SESSION_TOKEN.API key for the same account. Use this instead of
Cookie for automated key rotation.OAuth bearer token for the same account. Format:
Bearer YOUR_TOKEN.Response
- 200 OK
- 400 Invalid ID
- 401 Unauthenticated
- 404 Not Found
- 429 Rate Limited
Always
true when the key is successfully revoked.Use a dashboard session cookie, API key, or OAuth bearer token for the same account. If you revoke the API key used for this request, later requests with that key return
401 Unauthenticated.Related: Create API Key · List API KeysLast modified on May 7, 2026
Revoke API key