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
Example response
{
"success": true,
"message": "API key revoked successfully."
}