> For the complete documentation index, see [llms.txt](https://sol-bangers-only.gitbook.io/sol-bangers-only/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sol-bangers-only.gitbook.io/sol-bangers-only/how-to-get-started/main-menu/query-management/delete-query.md).

# Delete Query

You can delete Queries easily by clicking the Delete Query button.  You’ll be presented with a list of your Queries (both active and inactive).  Simply click the Query that you’d like to delete.

From the Query Management menu, click Delete Queries.  You will be presented with a list of all your Queries.

<figure><img src="/files/yBkAZ7ZpAGoxWcn3bhHh" alt=""><figcaption><p>Delete Queries from the Query Management Menu</p></figcaption></figure>

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

You’ll be prompted to confirm the action.  Once confirmed, the query is deleted.

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

Deleting a query permanently erases it and the action cannot be undone.


---

# 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:

```
GET https://sol-bangers-only.gitbook.io/sol-bangers-only/how-to-get-started/main-menu/query-management/delete-query.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.
