Skip to main content
DELETE
/
api
/
v1
/
organizations
/
{org_id}
/
service-accounts
/
{client_id}
Delete Service Account
curl --request DELETE \
  --url https://anaconda.com/api/v1/organizations/{org_id}/service-accounts/{client_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>",
    "code": "<string>",
    "data": "<unknown>"
  }
}

Authorizations

Authorization
string
header
required

Bearer token obtained by authenticating with your organization admin's email and password (grant_type=password).

See the Getting started page for the full authentication flow.

Path Parameters

org_id
string
required

Your organization ID, found in your organization's URL: anaconda.com/app/organizations/<ORG_ID>/.

client_id
string
required

The client ID of the service account to delete.

Response

Service account deleted successfully