Delete file
delete_fileDelete a specified file or directory within the server root. For non-empty directories, enable recursive deletion; the root itself is never removed.
Instructions
Delete a file, or a directory, under the root. Deleting a non-empty directory requires recursive: true. Refuses to delete the root itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | File or directory path relative to root | |
| recursive | No | Required to delete a non-empty directory |