> For the complete documentation index, see [llms.txt](https://docs.testfiesta.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testfiesta.com/administration-tab/roles/delete-roles.md).

# Deletе Roles

<details>

<summary>Step 1: Click on Delete button</summary>

Click on the Trash icon to remove the selected role and all associated users from the system

</details>

<figure><img src="/files/fiDYw67TNTq6yU1NzQD5" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Reassign Users Before Deleting a Role. To delete a role, first ensure that all users assigned to this role are reassigned to a different role. You cannot delete a role if there are users currently assigned to it.
{% endhint %}

<figure><img src="/files/Zhshp1uFlsxbqHK3D6DP" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The Account Admin role cannot be deleted. The Account Admin role cannot be deleted as it is crucial for system management. To adjust settings, modify the role's permissions instead.
{% endhint %}

<figure><img src="/files/dTv3IEB4wHlQ5VPnY7gB" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You must have the appropriate permissions to delete roles. If you cannot delete a role, check your permissions or contact an admin for assistance.
{% endhint %}

<figure><img src="/files/SVG5GF3iwEVVF8QPMdMY" alt=""><figcaption></figcaption></figure>

You can create a new Role to fit the needs of your Organization. Click "Next" to see a step-by-step guide on creating new Roles.


---

# 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://docs.testfiesta.com/administration-tab/roles/delete-roles.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.
