qui_remove_torrent_trackers
Delete all trackers from a torrent in a qBittorrent instance using the qui API. Provide instance ID and torrent hash to clear trackers.
Instructions
Call qui's DELETE /instances/{instanceID}/torrents/{hash}/trackers 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 |