delete_directory
Remove directories and their contents across Linux, macOS, and Windows with platform-aware execution and secure path restrictions.
Instructions
Delete a directory and its contents
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path | |
| recursive | No | Delete recursively (default: true) |