# 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.
