> For the complete documentation index, see [llms.txt](https://help.connected.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.connected.illumina.com/emedgene/emedgene-analyze-manual/getting_around_the_platform/cases_tab/how-to-delete-cases.md).

# How to delete cases

In order to prevent accidental data loss, deleting cases in Emedgene includes a staging step before permanent case deletion.

{% stepper %}
{% step %}

## Move a case to trash

Update the case status to **Trash bin**.

Once moved to trash, the case becomes inaccessible. This can be reversed by replacing **Trash bin** with a different status.
{% endstep %}

{% step %}

## Empty trash folder

Authorized users can permanently delete all items in the trash. To do this:

1. Click **Empty trash** on the Cases table navigation panel.
2. Review the warning message showing the number of cases pending deletion.
3. Confirm to permanently delete all cases in the trash.

{% hint style="warning" %}
**Warning:** Once trash folder is emptied, this action cannot be undone. Review cases pending deletion before proceeding!
{% endhint %}

<div align="left"><figure><img src="https://4225924541-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2YO86ZgkG5vXGkBAMT71%2Fuploads%2FodCbsxcdUj8WvexXA9z0%2Fmove%20to%20trash.gif?alt=media&#x26;token=a84529a4-ccd7-4e66-a19c-f35f3820d87a" alt="" width="563"><figcaption><p>Permanently deleting cases from the trash folder.</p></figcaption></figure></div>
{% endstep %}
{% endstepper %}

**Result:**

After deletion is confirmed:

* All cases marked **Trash bin** are permanently removed
* An activity entry is recorded
* Email notifications are sent to users who have opted in


---

# 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://help.connected.illumina.com/emedgene/emedgene-analyze-manual/getting_around_the_platform/cases_tab/how-to-delete-cases.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.
