delete_queue_by_id
Delete a specific queue entry by ID in Radarr, with optional controls to remove from client, blocklist, skip re-download, or change category.
Instructions
Delete Queue.
DELETE /api/v3/queue/{id}
Args: id: Path parameter. remove_from_client: Query parameter. blocklist: Query parameter. skip_redownload: Query parameter. change_category: Query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| blocklist | No | ||
| change_category | No | ||
| skip_redownload | No | ||
| remove_from_client | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |