DELETE /resources/wrappers/files/
Delete a previously uploaded file from both the database and disk storage. This operation is permanent and cannot be undone.Authentication
No authentication required.Path Parameters
The unique identifier of the uploaded file to delete.
Response
Success message confirming the file was deleted.
Example Request
Example Response
Success
Error Responses
404 Not Found
File not found:Notes
- The deletion operation removes the file from both the database and disk storage
- If the file directory becomes empty after deletion, it will also be removed
- If a wrapper is currently using this file, deletion may cause the wrapper to fail
- There is no recovery option once a file is deleted