Can someone help me with deleting multiple files from UCM ?
Saw some examples for the same using the DELETE_DOC service . But as I understand it , this call looks to delete only one file at a time and for deleting multiple files we need to loop through the content ID's and pass that to the DELETE_DOC service.
Is it possible to delete multiple files using a single service call by passing the content ID's as parameter ?.
Also does there any asynchronous service that I can use instead of DELETE_DOC for deleting a content item?