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