The
document from the System is deleted in a two-step process.
Step 1. Delete document property and information
about the document from dDocument cabinet
Cabinet (Logical Deletion) – JTS API provides a call
- NGODeleteDocumentExt, for logical deletion of document(s). This call returns
the ISIndex (Image Index and Volume Index) for all documents that have been
successfully logically deleted from the document Document cabinetCabinet.
View call Details for deleting
document from Document Cabinet
Step 2. Delete Document data from the Image Server
(Physical Deletion) -Using the ISIndex; returned by NGODeleteDocumentExt call,
the document can be deleted physically using the DeleteDocument function of the
Image Server API.
View function
Details for deleting document from Image Server