I'm using Marklogic 8.0.6 and I'm wondering if we can delete in bulk method. For example, I want to delete 150 000 documents that I can identify with a list of URI or with common properties (fields COUNTRY=US and COLOR=BLUE).
Is there a way to use a ML native function (in node.js) to perform these DELETE in bulk mode (for both cases : list of URIs and common properties) ? For latencies reasons, it's obvious that 150 000 API calls are not performant.
Thanks, Romain.