delete_file
Delete a file at the specified path. This operation only removes files, not directories, so folder structures remain unchanged.
Instructions
Delete a file. Does not delete directories. Parameter: path (required).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes |