Batch Geocoder API Developer's Guide

Cancelling a job

The user wants to cancel a job created by request.

Request

This PUT request cancels a job based on the RequestID E2bc948zBsMCG4QclFKCq3tddWYCsE9g from an earlier request. You need to use the RequestID from you own request.

https://batch.geocoder.ls.hereapi.com/6.2/jobs/E2bc948zBsMCG4QclFKCq3tddWYCsE9g
?action=cancel
&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.