Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Document Folder | Summary of Elements in this Folder | pub.document:deleteDocuments
 
pub.document:deleteDocuments
WmPublic. Deletes the specified documents from a set of documents.
Input Parameters
documents
Document List Set of documents that contain the documents you want to delete.
indices
String List Index values of documents to be deleted from the documents parameter document list.
Output Parameters
documents
Document List List of documents whose indices do not match the values in indices parameter.
deletedDocuments
Document List List of deleted documents.
Usage Notes
The pub.document:deleteDocuments service returns an error if the indices parameter value is less than zero or more than the number of documents in the documents input parameter.