File Management

File management operations including deletion

Delete uploaded file

delete
/upload/delete/{filename}

Delete a file from the server uploads directory

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
filenamestringRequired

Name of the file to delete

Example: file.jpg
Responses
200

File deleted successfully

application/json
delete
/upload/delete/{filename}

Last updated