v93

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
Account

Revoke API key

Permanently revokes a company-scoped API key. The caller must have the api_keys:manage permission. The response contains non-secret metadata only.

delete/api-keys/{apiKeyId}

Path parameters

apiKeyIdstring required

Exact API key ID returned by the list API keys endpoint.

Response

API key revoked

successboolean required
messagestring required

Example response

{
  "success": true,
  "message": "API key revoked successfully."
}