operations_deletefile
Delete a single file from a remote by providing the remote name and exact file path.
Instructions
Delete single file — Removes a specific object from the remote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fs | No | Remote name or path that contains the file to delete. | |
| _async | No | Run the command asynchronously. Returns a job id immediately. | |
| _group | No | Assign the request to a custom stats group. | |
| remote | No | Exact path to the file within `fs` that should be deleted. |