Hello,
i have a txt file that contains some documents id and i want to execute a curl XDELETE to delete all this documents from my index at once.
my txt file contains ids like this :
12
24
33
48
do you have any suggestion on how to achieve this action using curl XDELETE cmd ?
Best Regards !