> For the complete documentation index, see [llms.txt](https://docs.testfiesta.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.testfiesta.com/projects-tab/milestones-tab/deleting-milestones.md).

# Deleting Milestones

<details>

<summary>Step 1: Choose a Milestone from the Table View</summary>

In the Milestones tab of the Project you are working on. Select the Milestone you wish to delete and click on the kebob icon.\
\
Next, click "Delete"

</details>

<figure><img src="/files/4A6LfdGZRz4Ssh4mh0F6" alt=""><figcaption><p>Click on the kebob icon for the milestone you wish to remove and click delete.</p></figcaption></figure>

<details>

<summary>Step 2: Confirm the deletion of the Milestone</summary>

A notification will appear asking you to confirm your choices. Click "Delete Milestone" to continue, or click "Cancel" to go back.\
\
Rather than deleting a Milestone and losing all data associated with it, you have the choice of closing it which will remove it from your open tab and preserve its data.\
\
Once completed, a confirmation toaster will appear on the bottom right allowing you to undo the action if need be.

</details>

<div><figure><img src="/files/Ux1gLZ0vbbhic5yk5KbE" alt=""><figcaption><p>A notification will appear when you try to delete a milestone.</p></figcaption></figure> <figure><img src="/files/iFzmSTpNRQgXma0Hwuzr" alt=""><figcaption><p>A confirmation toaster will appear incase you need to undo your changes.</p></figcaption></figure></div>

{% hint style="danger" %}
Deleting a milestone deletes all of its data, you can close it instead to preserve it. Note that a deleted milestone can only be recovered by an administrator via the audit log.
{% endhint %}

Once you have many Milestones made, you can filter them to quickly find the one you are looking for. Click "Next" to see how to filter Milestones.


---

# 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://docs.testfiesta.com/projects-tab/milestones-tab/deleting-milestones.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.
