# Deleting a user

Deleting a user from the system removes their access and associated data. This process should be performed carefully to ensure only the intended user is deleted. Follow the steps below to delete a user securely.

1. Click **Users and roles** in the left navigation. The Users and roles page appears.
2. [Filter your users](/digital-river-api/administration/dashboard/settings/users-and-roles/filtering-your-users-and-roles.md) if needed.
3. Click the **More options** (vertical ellipses) in the user's information row.\
   \
   ![](/files/K7kU6Xa9sUqTSNP4qqrY)
4. To delete a user, click **Delete**.
5. Click **Delete** to confirm the change.\
   \
   ![](/files/qkGboUwUXBWVkbO0sQDU)


---

# 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://docs.digitalriver.com/digital-river-api/administration/dashboard/settings/users-and-roles/deleting-a-user.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.
