Delete an orphaned upload
DELETE/api/admin/status/files
Deletes a single orphaned upload. Guards on every axis (known category, separator-free name, still unreferenced, path stays inside the category folder). System administrators only.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 500
File deleted.
Unknown category, unsafe filename, or path outside the folder.
Not signed in.
Not a system administrator.
File not found on disk.
A DB row still references this file; refused.
Server error.