1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-02 14:17:19 +02:00

Updated Mass Delete via API (markdown)

Patrick Stadler 2017-05-04 21:38:38 +02:00
parent eb03e7032e
commit b39f6bb4e9

@ -43,4 +43,13 @@ Usage:
This will remove all movies with id's from the start to the end of the series. You may encounter ``"message": "Movie with ID 241 does not exist"`` errors.
**Expected response**
For either method shown above, a successful delete will print ``{}``.
For either method shown above, a successful delete will print ``{}``.
---
**Automatically delete all unmonitored movies**
In order to automate deletion of all unmonitored movies, use the following script at your own risk:
https://gist.github.com/pstadler/bc0afefe35f608e9552e764b31f45f19 (requires [jq](https://stedolan.github.io/jq/))