Hello,
I am currently maintaining a fullstack JS project using prismic with these versions:
"express-prismic": "^1.1.1", "prismic.io": "3.5.7",
I am looking for a way to bulk delete documents based on a specific update date (I don't want them in archived section).
I have found this thread (Bulk remove prismic documents by uid - #3 by Priyanka) recommending to tag and theme bulk delete them from the interface
https://prismic.io/docs/guides/bulk-actions
Is there another way to do it using exclusively APIs ?
Thanks in advance,