Skip to content
English - United Kingdom
  • There are no suggestions because the search field is empty.

Data/Locations/v1/Delete

This endpoint is deprecated. Please see the latest version.

Deletes a location record.

URL: /data/locations/v1/delete

Method: POST

Method Parameters

Name

Type

Required

Description


apiKey


string


Yes


The API Key for your Organisation.


model


object


Yes


The object detailing the specified values.

See Model Object Properties.

Model Object Properties

Name

Type

Required

Description


recordKey


string


Yes


The Key of a location record.

 

dataFieldKey



string



Yes

 

The ClientKey matching the DataField in which the recordKey value is stored.

The specified DataField should be of SystemLink type.

Response

All responses that may be returned are specified under Common Information.

Example call

URL: https://api.vision-mapping.com/data/locations/v1/delete?apiKey=INSERT_YOUR_KEY_HERE

Body:

{
recordKey: "abc",
dataFieldKey: "abc"
}