Skip to main content
DELETE
Revoke Xquik API key & stop request access
Free - does not consume credits

Path parameters

string
required
The unique identifier of the API key to revoke.

Headers

Dashboard session cookie. Format: session_token=YOUR_SESSION_TOKEN.

Response

200 OK

boolean
Always true when the key is successfully revoked.

400 Invalid ID

The path parameter is not a valid ID. IDs are numeric strings.

401 Unauthenticated

Missing, expired, or invalid dashboard session cookie.

404 Not found

No API key with this ID exists on your account, or it has already been revoked.

429 Rate limited

Too many requests. Wait for the Retry-After header before retrying.
Revocation is immediate and permanent. All requests using the revoked key will return 401 Unauthenticated. This action cannot be undone. Create a new key if needed.
API key revocation requires a same-origin dashboard session. API keys and OAuth bearer tokens cannot revoke account keys.Related. Create API Key · List API Keys