file_delete
Delete a file from server
Instructions
Delete a file from server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | No | Delete multiple files that match regular expression to a file path. Use this or 'filename'. | |
| dryrun | No | Output files to delete without performing the action | |
| filename | No | Delete file with match on absolute path/filename. Use this or 'match'. |