Deleting Location Lists
You can delete Location Lists via the API.
Assuming you know the Location List id
that you want to delete, then you can use the following request:
curl -X DELETE https://api.brandwatch.com/projects/398748937/group/location/37239
In this example, the Location List that we have requested to delete has the id
37239
.
Updated over 7 years ago