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>'

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