dashbrr_delete_lidarr_queue_item
Delete a queue entry from Lidarr using its ID, with options to also remove from client, blocklist, skip redownload, or change category.
Instructions
Delete an item from the Lidarr download queue. id is the queue
record id (from dashbrr_get_lidarr_queue). instance_id must be
type-prefixed, e.g. lidarr-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 |