Revokes the API key supplied in the L2 header.
| Header | Description |
|---|---|
FORKAST_ADDRESS | Polygon address that owns the credentials. |
FORKAST_SIGNATURE | HMAC signature generated with the API secret. |
FORKAST_TIMESTAMP | Current Unix timestamp (seconds). |
FORKAST_API_KEY | API key being revoked. |
FORKAST_PASSPHRASE | Passphrase associated with the API key. |
| Field | Type | Description |
|---|---|---|
revoked | boolean | Indicates whether the provided API key was successfully revoked. |
GET /auth/api-keys to confirm it no longer appears. Need a fresh credential later? See POST /auth/api-key.Polygon address that owns the key.
HMAC signature derived from the API secret.
Unix timestamp (seconds) used for signing.
API key to revoke.
Passphrase corresponding to the API key.
Revocation status
Indicates whether the provided API key was revoked.
true