The document export results will be deleted together with the document.
Definition
bool DeleteDocument(int sessionId, int batchId, int documentId);
Parameters
| Name | Type | Description |
|---|---|---|
sessionId | int | The ID of the connection to the Application Server. |
batchId | int | The ID of the batch that contains the document to be deleted. |
documentId | int | The ID of the document to be deleted. |
Returned value
| Type | Description |
|---|---|
bool | A flag that shows whether the operation was successful. |
