> 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/contacts-api/delete-contact.md).

# Delete Contact

## Delete Contact

<mark style="color:red;">`DELETE`</mark> `/api/v1/contacts/{uuid}`

Delete a contact. Pass the contact's `uuid` in the path. This removes the contact along with its case links and any evidence, preservation, and trace associations.

**Path Params**

| Name   | Type              | Description                                 |
| ------ | ----------------- | ------------------------------------------- |
| `uuid` | string (required) | Monolith unique identifier for the contact. |

**Response**

```json
{
  "message": "Contact Deleted",
  "success": true
}
```
