curl --request DELETE \
--url https://api.blaxel.ai/v0/service_accounts/{clientId}/api_keys/{apiKeyId} \
--header 'Authorization: Bearer <token>'Revokes an API key for a service account. The key becomes invalid immediately and any requests using it will fail authentication.
curl --request DELETE \
--url https://api.blaxel.ai/v0/service_accounts/{clientId}/api_keys/{apiKeyId} \
--header 'Authorization: Bearer <token>'Was this page helpful?