Skip to main content

What it does

Deletes a document.
The document export results will be deleted together with the document.

Definition

bool DeleteDocument( int sessionId, int batchId, int documentId );

Parameters

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
batchIdintThe ID of the batch that contains the document to be deleted
documentIdintThe ID of the document to be deleted
Returned value
TypeDescription
boolA flag which show whether the operation was successful or not