delete_file
Delete a file from the filesystem. Specify the file path to remove it permanently.
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 |