Deleting a folder will recursively delete all sub-folders.
DELETE /v4/folders/{folder_uuid}
API permissions
FOLDER_DELETE
Try it out
Request
Copy-paste the cURL request in your Terminal or click on the API Explorer tab to see the API in action.
host: 'https://api.filerobot.com/fdocs'
path: '/v4/folders/{folder_uuid}'
headers:
X-Filerobot-Key: fa5fe3303dd34e1da4810915c7c3fd6f
variables:
folder_uuid: e9e224b3-b641-5a2b-abc0-169774c1a516
theme: clouds-midnight
editor_theme: clouds_midnight
method: DELETE
render:
curl_tab: true Response
{
"status": "success",
"action": "folder_deleted",
"folder_uuid": "e9e224b3-b641-5a2b-abc0-169774c1a516"
}