Skip to main content
DELETE
/
organizations
/
{organizationId}
/
service-accounts
/
{serviceAccountId}
Delete Service Account
curl --request DELETE \
  --url https://{regionAndDomain}.com/api/app/organizations/{organizationId}/service-accounts/{serviceAccountId} \
  --header 'Authorization: Basic <encoded-value>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Service Account

Path Parameters

organizationId
integer
required

Your organization id (eg: 12345)

serviceAccountId
integer
required

The id of an existing Service Account

Response

Successfully deleted service account

The response is of type object.