Batch-Job löschen
Zum Löschen eines Jobs muss man folgende Adresse mit der entsprechenden Request-Id oder dem Batch-Job-Namen aufrufen:
action=remove
https://maps1.locr.com/batch-processing/job_v2.php?action=remove&name=<jobname>
Beispielrückgabe beim Löschen eines Jobs:
<?xml version="1.0" encoding="utf-8"?>
<BatchProcessing>
<Response>
<MetaInfo>
<RequestId>4fec2eb23a16880b77000000</RequestId>
<Name>jobname</Name>
<Created>2012-06-01 12:00:00</Created>
</MetaInfo>
<Status>deleted</Status>
<Geocoding>
<Customers>
<TotalCount>1</TotalCount>
<ProcessedCount>1</ProcessedCount>
<ValidCount>1</ValidCount>
<InvalidCount>0</InvalidCount>
</Customers>
<Shops>
<TotalCount>1</TotalCount>
<ProcessedCount>1</ProcessedCount>
<ValidCount>1</ValidCount>
<InvalidCount>0</InvalidCount>
</Shops>
</Geocoding>
<Routing>
<TotalCount>1</TotalCount>
<ProcessedCount>1</ProcessedCount>
<ValidCount>1</ValidCount>
<InvalidCount>0</InvalidCount>
</Routing>
<Maps>
<TotalCount>1</TotalCount>
<ProcessedCount>1</ProcessedCount>
<ValidCount>1</ValidCount>
<Invalid>0</Invalid>
</Maps>
</Response>
</BatchProcessing>