delete_exclusions_by_id
Remove a specific import list exclusion from Radarr by its unique ID. Use this to undo an exclusion when a movie should be considered for automatic import again, simplifying list management.
Instructions
Delete ImportListExclusion.
DELETE /api/v3/exclusions/{id}
Args: id: Path parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |