delete_directory
Delete a directory at the given path. Optionally recursively delete all contents for complete removal.
Instructions
Delete a directory and optionally all of its contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the directory to delete | |
| recursive | No | Delete directory recursively (default: true) |