#
/delete
#
Route Details
#
DELETE /delete
Deletes files specified.
#
Request
Method:
HTTP DELETE
Request body: JSON object with
pathToFiles
, string array of any length with path of files to delete.{ "pathToFiles": [ "/path/to/file1", "/path/to/file2" ] }