Skip to main content
Version: 2.2.2

deleteBatch

This method allows deleting a batch from SoftExpert Capture. To use it, it is necessary to follow the standard documented below:

Java class
Requestweb/wwwroot/ws/java/capture/DeleteBatchRequestType.java
Returnweb/wwwroot/ws/java/capture/DeleteBatchResponseType.java

Request:

ID #RequiredDescription
BatchIDXCapture batch ID #.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:capture">
<soapenv:Header/>
<soapenv:Body>
<urn:deleteBatch>
<urn:BatchID>?</urn:BatchID>
</urn:deleteBatch>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
StatusMethod execution status. Its value may be:
SUCCESS: Method executed successfully
FAILURE: An error occurred during the method execution
CodeMethod return code
DetailMethod return detail
RecordIDID # of the record deleted by the method