Description
This API is used to delete a folder from the server, which can only be done once the folder is empty.
HTTP Method
Get, Delete
Parameters:
path = (the relative path to the folder in the server tree.)
Permissions
Server Permission Requirements: Write
Example
http://localhost:24780/delete_folder.rq?path=MyFirstFolder/MyOtherFolder
Deletes folder MyOtherFolder in folder MyFirstFolder.
0 Comments