file_delete
Delete a single file by absolute path or multiple files using a regular expression. Optionally preview deletions without executing.
Instructions
Delete a file from server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | Delete file with match on absolute path/filename. Use this or 'match'. | |
| 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 |