Does anyone know how to configure Delete Document to delete multiple documents/images given an array of document ids?
Discussion posts and replies are publicly visible
Hello Jeffrey,
If the number of documents in not too large, you could you an MNI
can you give me an example?
On how to use Multiple Instances of a Node?
.
You can delete documents using MNI or looping through delete document smart service. I would recommend you to use MNI instead for looping.
See the configuration details for MNI
FYI the recently published v1.11.1 of the Content Tools plug-in does have a "Delete Multiple Documents" smartservice that should have better performance than calling the "Delete Document" smartservice with MNI.