radarr_delete_movie
Delete a movie from your Radarr library by ID, with options to also remove files from disk and prevent future re-imports. Use for permanent removal of unwanted movies.
Instructions
Delete a movie from Radarr. Optionally delete files from disk. WARNING: This cannot be undone!
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Radarr movie ID to delete | |
| deleteFiles | No | Also delete files from disk (PERMANENT) | |
| addImportExclusion | No | Add to import exclusion list to prevent re-import |