Skip to main content
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.

Required headers

HeaderDescription
KUEST_ADDRESSPolygon address that owns the credentials.
KUEST_SIGNATUREHMAC signature generated with the API secret.
KUEST_TIMESTAMPCurrent Unix timestamp (seconds).
KUEST_API_KEYAPI key being revoked.
KUEST_PASSPHRASEPassphrase associated with the API key.

Response fields

FieldTypeDescription
revokedbooleanIndicates 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.