file_delete
Remove files from cloud storage on Codehooks.io by specifying exact filenames or using pattern matching, with optional preview before deletion.
Instructions
Delete a file from server
Input Schema
TableJSON 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 |