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