operations_delete
Delete matching files and directories from a remote path, using filters and config overrides to control the operation.
Instructions
Delete objects in path — Deletes matching files and directories for the provided remote, honouring filters and config overrides.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fs | No | Remote name or path whose contents should be removed. | |
| _async | No | Run the command asynchronously. Returns a job id immediately. | |
| _group | No | Assign the request to a custom stats group. | |
| _config | No | JSON encoded config overrides applied for this call only. | |
| _filter | No | JSON encoded filter overrides applied for this call only. |