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