PRODUCT DOCUMENTATION
SHARE TO SOCIAL

Deleting Datasource Instances

Last updated - 10 January, 2024

In this article

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.