delete_directory
Remove a directory and all its contents permanently using this recursive deletion tool. Exercise caution as this action cannot be undone.
Instructions
Permanently delete a directory and all of its contents, including all files and subdirectories. This is a recursive operation that cannot be undone. Use with extreme caution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path to the directory to delete |