delete_movies_subtitles
Remove a specific subtitle file for a movie by providing the Radarr movie ID, language, forced/HI flags, and subtitle path.
Instructions
Delete a movie subtitles.
DELETE /api/movies/subtitles
Args: radarrid: Movie ID language: Language code2 forced: Forced true/false as string hi: HI true/false as string path: Path of the subtitles file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hi | Yes | ||
| path | Yes | ||
| forced | Yes | ||
| language | Yes | ||
| radarrid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |