latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-17263153961.8 KB

9da9d1816e27

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."
}