Deleting Datasource Instances
Last updated - 10 January, 2024
You can use LogicMonitor REST API v3 to delete datasource instances. You must authenticate yourself before making the API request.
Note: To delete instances via API, disable active discovery for the Datasource.
URI: DELETE /device/devices/{deviceId}/devicedatasources/{hdsId}/instances/{id}
| Parameter | Type | Description | 
deviceId | Integer | (Mandatory) The device ID. | 
hdsId | Integer | (Mandatory) The device datasource ID. | 
id | Integer | (Mandatory) The datasource instance ID that you want to delete. |