Delete Device Group Properties
You can use LogicMonitor’s REST API to programmatically delete device group properties.
Note: As with all of our API calls, authentication is required.
HTTP Method: DELETE
Resource URI: /device/groups/{groupID}/properties/{propertyName}
Where groupID is the ID of the group you’d like to delete a property from, and propertyName is the name of the property you’d like to delete (in all lower case characters).
Example
The following Python script deletes property ‘proddc’ from group 34: