delete_recursive
Recursively delete a file or directory tree, removing all nested files and subdirectories. Use with caution as this permanently deletes data.
Instructions
Recursively delete a file or directory tree. Use with caution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative or absolute path to the file/directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |