delete_importlist_bulk
Remove multiple import lists at once from Sonarr by sending their IDs in a bulk delete request, simplifying library cleanup.
Instructions
Delete ImportList.
DELETE /api/v3/importlist/bulk
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |