Skip to main content

What it does

Deletes a batch.
Deleting a batch deleted the exported documents contained in that batch.

Definition

bool DeleteBatch( int sessionId, int batchId );

Parameters

NameTypeDescription
sessionIdintThe ID of the connection to the Application Server
batchIdintThe ID of the batch to be deleted

Returned value

TypeDescription
boolA flag that shows whether the operation has been successfully completed