Delete an ACS User

Deletes a specified access system user and invalidates the access system user's credentials.

Deletes a specified ACS user and invalidates the ACS user's credentials.

Code

await seam.acs.users.delete({
  acs_user_id: "8d7e0b3a-b889-49a7-9164-4b71a0506a33",
});

Output

// void
Authentication Methods
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

acs_system_id String

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


acs_user_id String

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

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

void


Examples

Last updated

Was this helpful?

Revision created

ci: Generate docs