dashbrr_delete_readarr_queue_item
Delete a Readarr queue item by its record ID and instance ID. Optionally remove from client, blocklist, skip redownload, or change category when set to true.
Instructions
Delete an item from the Readarr download queue. id is the queue
record id (from dashbrr_get_readarr_queue). instance_id must be
type-prefixed, e.g. readarr-0. Options (remove_from_client, blocklist,
skip_redownload, change_category) are only applied when set to true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| blocklist | No | ||
| instance_id | Yes | ||
| change_category | No | ||
| skip_redownload | No | ||
| remove_from_client | No |