Skip to main content
POST
/
acs
/
users
/
delete
await seam.acs.users.delete({
  user_identity_id: "586c225c-b05c-4af4-8679-9c8a46066cce",
  acs_system_id: "1c655fbd-ecd7-49fc-a57e-b6fb67bd8d64",
});

/*
// void
*/
{
  "ok": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json
acs_system_id
string<uuid>

ID of the access system that you want to delete. You must provide acs_system_id with user_identity_id.

acs_user_id
string<uuid>

ID of the access system user that you want to delete. You must provide either acs_user_id or user_identity_id

user_identity_id
string<uuid>

ID of the user identity that you want to delete. You must provide either acs_user_id or user_identity_id. If you provide user_identity_id, you must also provide acs_system_id.

Response

OK

ok
boolean
required