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