> For the complete documentation index, see [llms.txt](https://help.taglo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.taglo.io/using-taglo-software/the-taglo-interface/deleting-items.md).

# Deleting Items

## Overview

Most items in Models can be deleted. If deletion is available, you will be able to delete an item by selecting it in the list, and pressing the `DEL` key, or by using the [**Delete button in the item Preview**](/using-taglo-software/the-taglo-interface/previewing-and-editing.md#preview-actions).

## Preventing deletion of referenced items

Taglo automatically stops you from deleting items that are referenced elsewhere in your work.

If you try to delete an item that is referenced elsewhere, you will see a screen like the below. This view shows you where the item (in this case a [**Tag**](/tags/introduction-to-tags.md)) is referenced, so that you can decide whether to remove those references and delete the item, or to keep the item.

{% hint style="info" %}
Note, for some items within a Model, such as a [**Variable**](/variables/variable-basics.md) or [**Assumption**](/assumptions/introduction-to-assumptions.md), you can delete the items without seeing the warning screen, even if it is referenced. In this case, Models will automatically remove references so that your Model does not break. You can always [**undo**](/using-taglo-software/the-taglo-interface/save-undo-redo.md) a deletion if you did not mean to do remove the item.
{% endhint %}

<figure><img src="/files/0hpZ5poFm7p6ADcBhwEA" alt="Screenshot showing the Deletion warning popup"><figcaption><p>Deletion warning screen</p></figcaption></figure>


---

# 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://help.taglo.io/using-taglo-software/the-taglo-interface/deleting-items.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.
