RPC API: Delete a Device Group
Note that LogicMonitor does have an available REST API equivalent for this API call.
Device groups are LogicMonitors way of visually and logically organizing your monitored infrastructure. LogicMonitor’s RPC API enables you to programmatically delete device groups with deleteHostGroup.
Note: As with all our API calls, authentication is required.
deleteHostGroup
Request Parameters: You can include the following as query parameters in a deleteHostGroup request:
All outputs will be in the format: { [status], [errmsg] }, where status is the status of the response and errmsg is the error message associated with the response.