quru / qis

Dynamic image server for web and print
https://quruimageserver.com
GNU Affero General Public License v3.0
90 stars 7 forks source link

Delete uploaded image #35

Closed stoufax closed 4 years ago

stoufax commented 4 years ago

Hi, How it is possible to delete images via the rest api after they re uploaded by api/v1/upload endpoint ?

qururoland commented 4 years ago

Hi Mustafa,

The filesystem api is used to move, rename or delete any files after you have used upload to put a new file in place. Details of this can be found at https://github.com/quru/qis/blob/master/doc/api_help.md#api_disk_files and will look something like api/v1/admin/filesystem/images/141/

Hope that helps!