> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/xsoar-6-administrator-guide/6.13/learn-about-cortex-xsoar/onboarding-in-cortex-xsoar/users-and-roles/user-management/remove-a-user.md).

# Remove a User

In Cortex XSOAR, you can permanently remove a user or temporarily [disable a user](/xsoar-6-administrator-guide/6.13/learn-about-cortex-xsoar/onboarding-in-cortex-xsoar/users-and-roles/user-management/disable-a-user.md). Users should be permanently removed if they no longer have access to the system.

When you delete users, all their personal information is deleted, including email address, username, phone number, first and last names, and their image. To remove their data from content, such as active incidents and investigations, and automations, you need to clear the user's data.

{% hint style="info" %}

### Note

* You cannot disable or remove the default admin user created at system installation.
* When you remove a user, the user’s API keys are automatically revoked and can no longer be used. Any reports the user has created remain available. Reports are not owned by specific users and can be edited or deleted by other users.
  {% endhint %}

1. Delete the user.
   1. Go to **Settings** → **USERS AND ROLES** → **Users**.
   2. Select the User you want to delete.
   3. Click Remove.

      If the user is a default admin, you need to select Roles and deselect Set as Default Admin.
   4. Confirm that you want to delete the user.
2. To clear the user's data, do one of the following:
   * [Clear Users Data Using the CLI](/xsoar-6-administrator-guide/6.13/learn-about-cortex-xsoar/onboarding-in-cortex-xsoar/users-and-roles/user-management/clear-users-data-using-the-cli.md).
   * [Clear Users Data Using a Playbook](/xsoar-6-administrator-guide/6.13/learn-about-cortex-xsoar/onboarding-in-cortex-xsoar/users-and-roles/user-management/clear-users-data-using-a-playbook.md)
   * [Configure Users Data Using Server Configurations](/xsoar-6-administrator-guide/6.13/learn-about-cortex-xsoar/onboarding-in-cortex-xsoar/users-and-roles/user-management/configure-users-data-using-server-configurations.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/xsoar-6-administrator-guide/6.13/learn-about-cortex-xsoar/onboarding-in-cortex-xsoar/users-and-roles/user-management/remove-a-user.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
