delete_movie_by_id
Delete a movie from Radarr by its ID, optionally removing its files and adding an import exclusion to prevent re-adding.
Instructions
Delete Movie.
DELETE /api/v3/movie/{id}
Args: id: Path parameter. delete_files: Query parameter. add_import_exclusion: Query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| delete_files | No | ||
| add_import_exclusion | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |