Join Slack
Powered by
Hi all! Is there any way to bulk delete documents ...
# random
i
Ivy Malao
05/16/2023, 6:13 PM
Hi all! Is there any way to bulk delete documents by document ids? Otherwise, I think we will have to add a
to_delete
filter field to delete by query unless there are other suggestions!
j
Jason Bosco
05/16/2023, 8:05 PM
You can delete documents by query:
https://typesense.org/docs/0.24.1/api/documents.html#delete-by-query
Jason Bosco
05/16/2023, 8:05 PM
and do something like
filter_by:=[id1,id2,id3,id4]
and so on
🙏 1
🙌 1
i
Ivy Malao
05/17/2023, 3:52 PM
Thanks a ton, Jason!
👍 1
Open in Slack
Previous
Next