Delete a Cluster Alert Configuration

Last updated on 28 September, 2020

You can use LogicMonitor’s REST API to delete cluster alert configurations for a particular group.

Note: As with all of our API calls, authentication is required.

 

HTTP Method: DELETE

URI: /device/groups/{groupId}/clusterAlertConf/{id}

Where:

 

  • {groupId} is the id of the group you’d like to delete cluster alert configurations for.  You can get group Ids from a GET request to the groups resource.
  • {Id} is the id of the cluster alert configuration you’d like to delete. You can get the cluster alert Id by first making a GET request to the /device/groups/{groupId}/clusterAlertConf resource