LogicMonitor recognized as a Customers' Choice by Gartner Peer Insights™ in 2024 Gartner Voice of the Customer for Observability platforms.

Read 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.