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

# Delete Storage

### Delete a storage item

DELETE /storage/:uuid

Delete a storage item by UUID.

Example

```http
DELETE /storage/550e8400-e29b-41d4-a716-446655440000
```

Response: 200 OK — body is the delete result from the service.

Errors: 400 if `uuid` is missing or invalid; 500 for server errors.
