delete_exclusions_bulk
Remove multiple import list exclusions at once by sending a bulk delete request to the Radarr API, simplifying cleanup of excluded entries.
Instructions
Delete ImportListExclusion.
DELETE /api/v3/exclusions/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 |