Api.deleteDocumentSet¶
- deleteDocumentSet(documentIds)¶
Deletes a set of documents.
This method executes asynchronously and returns a promise.
Note
Deleting a document deletes all attached image data. If a document container becomes empty as a consequence of deleting documents, and the
keepEmptyContainer
argument isfalse
(default), the document container is also deleted.- Arguments
documentIds (
array()
) – List of unique identifiers describing the documents to delete.
- Returns
For error responses, see Error Responses.
If successful, deletes the set of documents.