delete_moviefile_bulk
Bulk delete multiple movie files from Radarr in one request. Specify the movie file IDs in the request body to remove them.
Instructions
Delete MovieFile.
DELETE /api/v3/moviefile/bulk
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |