Deleting Users

A user with the AIZEN_ADMIN role can delete registered Aizen users. When a user is deleted from Aizen, all the user's information, including their contact information, alert preferences, and granted roles, will be deleted.

  1. Log in to the Jupyter console as a user with the AIZEN_ADMIN role.

  2. Create or open a notebook.

  3. Execute the delete users command to delete one or more users:

    delete users <comma-separated user ids>

    or

    delete user <user id>

Last updated