Deleting Dashboard Groups
Last updated - 11 July, 2023
You can use LogicMonitor REST API v3 to delete dashboard groups. You must authenticate yourself before making the API request.
URI: DELETE /dashboard/groups/{id}
| Parameter | Type | Description | 
| id | Integer | (Mandatory) The Id of the dashboard group that you want to delete. | 
| allowNonEmptyGroup | Boolean | Indicates if you want to delete or keep the dashboard group with Ids. By default, it is set to false. If it is set totrue, it deletes the non empty dashboard group. | 
