Is it possible to use?
indexeradmin rdocs list-of-ids.txt
to delete all documents across all collections.
I ran the command but found it hadn't deleted the documents, from the docs it says to specify the collection name, I can delete the documents per collection but just wondered if it was possible to have a list of mixed internal_ids from different collections and have indexeradmin delete them all. For example a file containing:
- 0034953453453453_collection1
- 4345345345345334_collection2
would delete the documents in collection1 and 2.