sonarr_delete_series
Delete a TV series from Sonarr by its internal ID. Optionally remove associated files from disk, with a dry-run preview available before confirmation.
Instructions
Delete a series from Sonarr by its internal id.
Set delete_files=True to also remove downloaded files from disk. Set confirm=True to actually delete; omit or set False for a dry-run preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| series_id | Yes | ||
| delete_files | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |