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

@ -44,3 +44,12 @@ This will remove all movies with id's from the start to the end of the series. Y
**Expected response**
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/))