DELETE
/
service_accounts
/
{clientId}
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>"
}

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

Response

200 - application/json

successful operation

The response is of type object.