Skip to main content
DELETE
/
api
/
v1
/
organizations
/
{organizationID}
/
serviceaccounts
/
{serviceAccountID}
Delete service account
curl --request DELETE \
  --url https://api.example.com/api/v1/organizations/{organizationID}/serviceaccounts/{serviceAccountID} \
  --header 'Authorization: Bearer <token>'
{
  "error": "access_denied",
  "error_description": "authentication failed"
}

Authorizations

Authorization
string
header
required

Operation requires OAuth 2.0 bearer token authentication.

Path Parameters

organizationID
string
required

An organization ID.

serviceAccountID
string
required

A service account ID.

Response

Service account removed and access token revoked.