# Delete a project

{% hint style="warning" %}
Please be aware that this action cannot be undone.
{% endhint %}

To delete a project:

1. Select the project you wish to delete in the left sidebar.
2. Select *Settings*.
3. Go to *Delete project* at the bottom of the page.
4. Click on the *Delete Project* button, and then follow the on-screen instructions to complete the deletion process.

{% hint style="warning" %}
You need Admin or Member permissions to delete a project.
{% endhint %}

<div align="left"><figure><img src="https://content.gitbook.com/content/UHyZ1GS1DDpqISJOCZDQ/blobs/kHZYSEujl9CjZi96g6TX/Delete%20a%20Project.gif" alt="" width="563"><figcaption><p>Delete a project</p></figcaption></figure></div>


---

# 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://iteration-x.gitbook.io/help-documentation/projects/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.
