> 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/tags/delete-archive-and-unarchive-tags.md).

# Delete, Archive and Unarchive Tags

### Don't need a tag anymore? You can delete it

Go to Administration -> Tags.

Click the kebab button and select “Delete” next to the tag you no longer need.

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

{% hint style="warning" %}
Wait! Deleting the tag is permanent and cannot be undone. Please think twice before proceeding.
{% endhint %}

<div><figure><img src="/files/KFmv7bL6Ev1NCNFAvxKx" alt=""><figcaption><p>A popup will appear, giving you the option to either archive or delete the tag.</p></figcaption></figure> <figure><img src="/files/QtTolBUhpuLWnC2Ds1Q3" alt=""><figcaption><p>A notification will appear, allowing you to click "Undo."</p></figcaption></figure></div>

### Archive the tag

It will be removed from view, but you can restore it if needed.

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

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

You can manage archived tags in the Archived section.

<details>

<summary>Delete a tag from Archived.</summary>

Removing a tag from the archived section will permanently delete it, causing it to disappear from all views.

</details>

<figure><img src="/files/1ipshkH55eLd2jwiFmSU" alt=""><figcaption></figcaption></figure>

<div><figure><img src="/files/V5nVG4wr2YlSJCxmCfI5" alt=""><figcaption><p>A notification will appear when you try to delete a tag.</p></figcaption></figure> <figure><img src="/files/Sxjime1K3Nhv3yplKYo0" alt=""><figcaption><p>A notification will appear, allowing you to click "Undo."</p></figcaption></figure></div>

<details>

<summary>Unarchive a Tag.</summary>

This action will move the tag back to the Active section, making it visible in all relevant views again.

</details>

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

In the upcoming section, you will learn how to create, filter, edit, and delete Organization Templates. Click "Next" to begin learning.


---

# 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/tags/delete-archive-and-unarchive-tags.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.
