Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200
successful operation
curl --request DELETE \
--url https://api.blaxel.ai/v0/service_accounts/{clientId}/api_keys/{apiKeyId} \
--header 'Authorization: Bearer <token>'Deletes an API key for a service account.
curl --request DELETE \
--url https://api.blaxel.ai/v0/service_accounts/{clientId}/api_keys/{apiKeyId} \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
successful operation
Was this page helpful?