# 5.3.5 Delete a Project

The "Delete Project" feature allows users to remove a project from the software permanently. This feature provides users with a convenient way to declutter their project list and eliminate unnecessary or outdated projects.&#x20;

### Pre-conditions to use the Feature:

* Users **must have** an **account** in Onethread.
* Users must be a part of a company.
* Users must be **Super Admins/Admins** to use this feature.

### Steps to Use:

* **Select** a **project** from the Active **Projects** list of your company.&#x20;
* **Tick** it. The **Delete button** will get **activated**.&#x20;
* **Click** the button. A modal will open.
* It will **warn** you about **losing everything** in the **project.**
* **Press Yes.**

<figure><img src="https://lh4.googleusercontent.com/6m7z2vktWXDbYvjI2YOmRjc_WTlYoNe9IHZp5UXECSZYUwZgmBLuo8Iu4u78WI73QUfLl2i2OjwYhTOCvCBkBqwE3lN2_sAueLq1ZRmDdjNKVffAUGUw4llMmuWBDx6t9chgaGFsQUBQLI-SOSS9T_Ps8y8mwWxiXaWIu1NgTAKHo7PD9T7aX31_Au7Qaw" alt=""><figcaption></figcaption></figure>

### Important Notes:

* Deleting a project will delete every task, subtask, sprint, wiki, and discussion room within it. This action is irreversible, meaning once you delete a project, you will lose everything related to that project.  So, take your action cautiously.


---

# 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.onethreadapp.com/5.-managing-project/5.3-project-action-buttons/5.3.5-delete-a-project.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.
