delete_folder
Delete an empty folder on an EVE-NG server by matching a path substring. Search, select, and confirm to remove only one folder per call.
Instructions
Delete a folder, matched by path substring (case-insensitive).
Search -> select -> confirm flow (see module docs). Only one folder can be deleted per call. Refuses to delete a folder that still has contents.
Args: path: Folder path or a fragment of one, e.g. "/User1/Folder 1" or "Folder 1". Required. search_path: Folder to search from, default "/" (the whole server). selection: When multiple folders matched, the number or exact path of the one to delete. confirm: Set true on the final call to actually delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| confirm | No | ||
| selection | No | ||
| search_path | No | / |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||