> For the complete documentation index, see [llms.txt](https://docs.monolithforensics.com/monolith/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monolithforensics.com/monolith/monolith-api/evidence-api/delete-evidence.md).

# Delete Evidence

## Delete a current evidence item

<mark style="color:red;">`DELETE`</mark> `/api/v1/evidence/:uuid?`

Use this API endpoint to delete evidence items within Monolith.

{% hint style="danger" %}
`uuid` is required.
{% endhint %}

**Request Body**

| Name   | Type   | Description                                       |
| ------ | ------ | ------------------------------------------------- |
| `uuid` | string | Unique ID of the evidence to be updated. REQUIRED |
