qui_delete_backup_run
Remove a specific backup run from a qBittorrent instance. Provide the instance ID and run ID to delete that backup record via the qui API.
Instructions
Call qui's DELETE /instances/{instanceID}/backups/runs/{runID} endpoint. Pass path variables directly in arguments, query values in arguments.params, and a JSON request body in arguments.body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |