# Unpinning and deleting Filters

Filters are global to an App. That's why, you can either remove it from a layout (it will be still available) or completely delete it.

**To unpin a filter**:

1. Edit the Home or a story
2. Hover the filter
3. Click on the "unpin" icon
4. Click on "Yes" in the confirmation modal

{% hint style="success" %}
The filter will be removed from the current layout and will be still accessible from the Filter Settings and reusable in layouts.
{% endhint %}

**To delete a filter:**

1. Edit the Home or a story
2. Click on "Filter settings" in the header
3. Click on the "trash" icon next to the filter you want to delete
4. Click on "Delete" or "Force delete" in the confirmation modal
   1. "Force delete" is displayed whenever the filter is used in at least one layout or dataset. In this case, those will be displayed so that you are aware of the impact and scope of the deletion.

{% hint style="success" %}
The filter will definitively deleted from the app.
{% endhint %}


---

# 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-v3.toucantoco.com/visualizations-and-layouts/apps/filters/managing-filters/unpinning-and-deleting-filters.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.
