> For the complete documentation index, see [llms.txt](https://iteration-x.gitbook.io/help-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://iteration-x.gitbook.io/help-documentation/documents/delete-a-document.md).

# Delete a document

{% hint style="warning" %}
Please be aware that this action cannot be undone, and Iteration X cannot recover your data once it's deleted.
{% endhint %}

To delete a document:

1. Navigate to *Documents*. If you're deleting a team document, you can access it directly from the left sidebar. If the document is inside a project, click on the relevant project and then access *Documents* from the dropdown menu.
2. Open the document you want to delete by clicking on it.
3. Click on the three dots icon (...) and select *Delete document* from the dropdown me menu. Follow the on-screen instructions to complete the deletion process.


---

# 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://iteration-x.gitbook.io/help-documentation/documents/delete-a-document.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.
