v1

latestOpenAPI 3.0.32026-07-24707482.9 KB
API Keys

Revoke one of the authenticated user's API keys

delete/users/me/api-keys/{keyId}

Path parameters

keyIdstring required

The public key handle (first segment of the raw key).

Response

Key revoked — returns the revoked key's summary.

keyIdstring required

Public lookup handle — the first segment of the raw key.

labelstring required
scopesApiKeyScope[] required
createdAtstring date-time required
lastUsedAtstring date-time

Timestamp of the last successful verification (throttled writes).

expiresAtstring date-time
revokedAtstring date-time

Example response

{
  "scopes": [
    "rpc"
  ]
}