delete_file_code
Delete a file or directory by specifying its path, with an option to recursively remove entire directories.
Instructions
Delete a file or directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path to the file or directory to delete | |
| recursive | No | Whether to delete directories recursively |