Skip to main content
DELETE
/
service-accounts
/
{org}
/
{name}
Delete a service account
curl --request DELETE \
  --url https://app.kosli.com/api/v2/service-accounts/{org}/{name} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

name
string
required
Required string length: 1 - 64
Pattern: ^[a-zA-Z0-9\-]+$
org
string
required

Response

Successful Response

The response is of type string.

Last modified on June 22, 2026