Skip to main content
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
Key
string
default:AA11-AA11-AA11-AA11
required

The key you want to use to authenticate with the service (you can request we create one for you or create one in your account section).

listId
string | null

The unique GUID for a given list.

locationID
string | null

The unique GUID for a given location.

Response

Success

Message
string | null

A message detailing how the operation performed.

Id
string | null

The GuID of the list or location deleted.

I