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