# 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:

   <pre data-overflow="wrap"><code>delete users &#x3C;comma-separated user ids>
   </code></pre>

   or

   <pre data-overflow="wrap"><code>delete user &#x3C;user id>
   </code></pre>
