# Delete Projects (Web)

Deleting a project will permanently remove it from the system along with all its associated data. Please proceed with caution.&#x20;

{% hint style="danger" %}
Be careful as this action cannot be undone! Be sure to back up your data first!
{% endhint %}

To delete a project, you must first set its status as **TRASH**.

<figure><img src="/files/ym0nRgTeIVnZ1eCEv6EJ" alt=""><figcaption><p>Set project status as TRASH</p></figcaption></figure>

Then click on "**DELETE**".

{% hint style="warning" %}
Only the user with the role of **CREATOR** has the right to perform the delete action.
{% endhint %}

<figure><img src="/files/JkpWyaLpAF3URzt7AlJu" alt=""><figcaption><p>Click the DELETE button to proceed</p></figcaption></figure>

To confirm the deletion, you will be asked to enter the project name.

Once the project name matches exactly, the delete button on the right will be enabled, allowing you to proceed with the final deletion.

<figure><img src="/files/Y0pOeyXPVcn4ZcZMI0Dz" alt=""><figcaption><p>Type the project name to enable the DELETE button</p></figcaption></figure>


---

# 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.epicollect.net/web-application/delete-projects.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.
