Replies: 3 comments 1 reply
-
|
There are CLI options to manipulate everything. Something like this would probably work, but I don't think it's worth maintaining an option for. Most people want to keep their data. for item in $(./occ news:feed:list); do
./occ news:feed:remove $item
done |
Beta Was this translation helpful? Give feedback.
-
|
I think this could be done in the feed settings menu there is already the list of all feeds, it is probably possible to add multi feed actions like move and delete, the fronted would need to send a request for each since we do not have batch API points but that should be doable. |
Beta Was this translation helpful? Give feedback.
-
|
This is implemented now, via the feed settings you can do a multi select to delete feeds. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please add an option to delete all feeds.
I changed my NC instance for news, and want to delete all (>250) feeds. Deleting one by one is not an option for so many feeds.
Beta Was this translation helpful? Give feedback.
All reactions