Skip to main content
DELETE
/
service-accounts
/
{serviceAccountId}
Delete a service account
curl --request DELETE \
  --url https://worker.anon.com/api/v2/service-accounts/{serviceAccountId}
{
  "message": "<string>"
}

Path Parameters

serviceAccountId
string<uuid>
required
Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000)$

Response

Successfully deleted service account

message
string
required