Batch Geocoder API Developer's Guide

Removing a job

The user has downloaded the results of a batch geocoding or reverse geocoding job and wants to delete it.
Note: Jobs are automatically removed from the server 30 days after they are processed.

Request

This DELETE request below uses the RequestID E2bc948zBsMCG4QclFKCq3tddWYCsE9g from an earlier request to removes its input, results, and status from the server. You need to use the RequestID from your own request.

https://batch.geocoder.ls.hereapi.com/6.2/jobs/
E2bc948zBsMCG4QclFKCq3tddWYCsE9g
&apiKey={YOUR_API_KEY}
Note: This example uses a HERE API Key to authenticate your request. For the available authentication options, see the Identity & Access Management Developer Guide.