For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete Storage

Delete a storage item

DELETE /storage/:uuid

Delete a storage item by UUID.

Example

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.

Last updated

Was this helpful?