Invalidate a Kuest API key so it can no longer authenticate L2 requests.
This endpoint requires the L2 header. Provide KUEST_ADDRESS, KUEST_SIGNATURE, KUEST_TIMESTAMP, KUEST_API_KEY, and KUEST_PASSPHRASE.
| Header | Description |
|---|
KUEST_ADDRESS | Polygon address that owns the credentials. |
KUEST_SIGNATURE | HMAC signature generated with the API secret. |
KUEST_TIMESTAMP | Current Unix timestamp (seconds). |
KUEST_API_KEY | API key being revoked. |
KUEST_PASSPHRASE | Passphrase associated with the API key. |
Response fields
| Field | Type | Description |
|---|
revoked | boolean | Indicates whether the provided API key was successfully revoked. |
After revoking, rerun GET /auth/api-keys to confirm it no longer appears. Need a fresh credential later? See POST /auth/api-key.