File Management
File management operations including deletion
Delete a file from the server uploads directory
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
filenamestringRequiredExample:
Name of the file to delete
file.jpgResponses
200
File deleted successfully
application/json
404
File not found
application/json
500
Internal server error
application/json
delete
/upload/delete/{filename}Last updated