cURL
curl --request DELETE \ --url https://api.blaxel.ai/v0/service_accounts/{clientId} \ --header 'Authorization: Bearer <token>'
{ "client_id": "<string>", "created_at": "<string>", "description": "<string>", "name": "<string>", "updated_at": "<string>" }
Permanently deletes a service account and invalidates all its credentials. Any systems using this service account will lose access immediately.
OAuth2 authentication with JWT tokens
Client ID
successful operation
Service account client ID
Creation timestamp
Service account description
Service account name
Last update timestamp
Was this page helpful?