Data/v2/RemoveFilter
This endpoint has been removed.
Removes an area or location record from a static DataFilter.
URL: /data/v2/removeFilter
Method: POST
Method Parameters
Name |
Type |
Required |
Description |
|
|
|
|
|
|
|
See Model Object Properties. |
Model Object Properties
Name |
Type |
Required |
Description |
|
|
|
|
|
|
|
|
|
|
|
The specified DataFilter should be of static type. |
Response
The following responses may be returned in addition to the standard ones specified under Common Information.
Code |
Error Message |
Description |
|
|
|
Example call
URL: https://api.vision-mapping.com/data/v2/removeFilter?apiKey=INSERT_YOUR_KEY_HERE
Body:
{
uniqueKey: "abc",
layerKey: "abc",
dataFilterKey: "abc"
}