> For the complete documentation index, see [llms.txt](https://bluurdoc.bluur.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bluurdoc.bluur.ai/en/functions/projects/project-list/deleting.md).

# Deleting

The project can be removed from the system in two ways: from the menu of a given project or through the project deletion mode available from the project list view.

{% hint style="danger" %}
**Important:** Deleting a project permanently removes all documents contained within it. This operation cannot be undone.
{% endhint %}

## Deleting a single project

To delete a single project, click the three-dots icon next to the selected project, then choose the option **Delete**.

The system will display a message asking you to confirm the operation. After confirmation, the project and all documents contained within it will be permanently deleted.

<figure><img src="/files/6a74250de4831d8cbba68a2a82f80f14773c6e93" alt="Menu projektu z opcjami Usuń i Zmień nazwę."><figcaption><p>Deleting a project or changing its name.</p></figcaption></figure>

## Deleting multiple projects

To delete several projects at once, click the trash icon located next to the buttons for adding documents and projects.

Select the projects to be deleted, then confirm the operation. The system will permanently delete all selected projects along with the documents contained within them.

<figure><img src="/files/d8eea0faab58e22369ac3978ae444c831f8faae2" alt="Przycisk kosza uruchamiający tryb usuwania wielu projektów."><figcaption><p>Enabling project selection mode for deletion.</p></figcaption></figure>

<figure><img src="/files/139a29085b13ba910d9cb65ecf732175a06fe9e3" alt="Widok zaznaczonych projektów i przycisku zatwierdzającego usunięcie."><figcaption><p>Selecting multiple projects for deletion.</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://bluurdoc.bluur.ai/en/functions/projects/project-list/deleting.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.
