# delete users

The `delete users` command deletes registered users from Aizen. You must be a user with the AIZEN\_ADMIN role to run this command. When a user is deleted from Aizen, all the user's information, including their contact information, alert preferences, and granted roles, will be deleted.

## Syntax

```
delete users <comma-separated user ids>
```

or

```
delete user <user id>
```

## Parameters

| Parameter                    | Description                            |
| ---------------------------- | -------------------------------------- |
| `<comma-separated user ids>` | A comma-separated list of the user IDs |
| `<user id>`                  | A user ID                              |

## Example

```
delete user1,user2
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aizen-corp.gitbook.io/docs/system-configuration-commands/authorization-commands/delete-users.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
