DELETE
/
service_accounts
/
{clientId}
/
api_keys
/
{apiKeyId}
curl --request DELETE \
  --url https://api.blaxel.ai/v0/service_accounts/{clientId}/api_keys/{apiKeyId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

clientId
string
required

Client ID

apiKeyId
string
required

Api key id

Response

200

successful operation