CASE FrameworkCASE Framework
Management APIService accounts

Delete service account

DELETE
/v1/user-management/service-accounts/{serviceAccountID}

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

serviceAccountID*string

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/v1/user-management/service-accounts/string"
{
  "success": true
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}