delete_file
Delete a specific file by path. Works only on files, not directories. If unsure whether the path is a file or directory, use the delete tool.
Instructions
Delete a specific file. Only works on files, not directories. Use 'delete' tool if you're unsure whether the path is a file or directory. / 删除指定的文件。仅用于删除文件,不能删除目录。如果不确定是文件还是目录,请使用 delete 工具。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path of the file to delete. Must be a file, not a directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| success | Yes |