Deleting Custom Alerts

Deleting a Custom Alert in your Project

A Custom Alert can be deleted from a given Project using the following call:

curl -X DELETE https://api.brandwatch.com/projects/{projectId}/alerts/{alertId}

Where {projectID} is replaced with the ID of the given Project (Click here to learn how to get your Project ID) and {alertId} is the ID of the Custom Alert to be deleted (Click here to learn how to get Custom Alert IDs).

On success the call will respond with a 204 No Content status and no body.