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 |
|
|
|
|
|
|
|
See Model Object Properties. |
Model Object Properties
Name |
Type |
Required |
Description |
|
|
|
|
dataFieldKey |
|
|
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"
}