LogicMonitor seeks to disrupt AI landscape with $800M strategic investment at $2.4B valuation to revolutionize data centers.

Learn More

Deleting Datasource Instances

Last updated on 07 October, 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}

ParameterTypeDescription
deviceIdInteger(Mandatory) The device ID.
hdsIdInteger(Mandatory) The device datasource ID.
idInteger(Mandatory) The datasource instance ID that you want to delete.