delete_directory
Remove directories from your project to clean up file systems and manage workspace organization. This tool deletes specified folders, helping developers maintain efficient codebases.
Instructions
Deletes a directory at the specified path within the project.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dirpath | Yes | The path to the directory to delete (can be absolute or relative to project root). |