delete_queue_bulk
Delete multiple items from the Sonarr download queue in one request, with options to remove from client, blocklist, skip redownload, or change category.
Instructions
Delete Queue.
DELETE /api/v3/queue/bulk
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects. remove_from_client: Query parameter. blocklist: Query parameter. skip_redownload: Query parameter. change_category: Query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| blocklist | No | ||
| change_category | No | ||
| skip_redownload | No | ||
| remove_from_client | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |