qui_remove_rss_rule
Remove an RSS rule from a qBittorrent instance by providing the instance ID and rule name. This deletes the rule via the qui API for effective RSS management.
Instructions
Call qui's DELETE /instances/{instanceID}/rss/rules/{ruleName} 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 |