Skip to main content
DELETE
/
service_accounts
/
{clientId}
/
api_keys
/
{apiKeyId}
Revoke service account API key
curl --request DELETE \
  --url https://api.blaxel.ai/v0/service_accounts/{clientId}/api_keys/{apiKeyId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.blaxel.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Path Parameters

clientId
string
required

Service account client ID

apiKeyId
string
required

API key identifier to revoke

Response

200

successful operation

Last modified on May 27, 2026