POST
/
LocationServices
/
LocationManagement
/
DeleteListOrPoint
/
v1.10
/
json6.ws
cURL
curl --request POST \
  --url https://api.addressy.com/LocationServices/LocationManagement/DeleteListOrPoint/v1.10/json6.ws \
  --header 'Content-Type: application/json' \
  --data '{
  "Key": "<string>",
  "listId": "<string>",
  "locationID": "<string>"
}'
{
"Message": "<string>",
"Id": "<string>"
}
This endpoint requires the use of a Loqate Management key. Management keys are used to provide access to server-side functions in place of your standard API key, ensuring that were any of your keys to be scraped from a customer facing website, they could not be used to edit or delete your Location Lists. For information on how to create a Management key please see the Setting Up Store Finder Keys guide.
The Delete List or Point API allows you to delete an existing list created using our Create List endpoint. NOTE: any lists deleted via this endpoint are deleted permanently. We do not back up location lists.

Body

application/json

Response

200
application/json

Success

The response is of type object.