Delete an asset from a sensor

Delete an asset from a sensor

Delete an asset reference from the sensor. This call will not delete the asset, just the association between the asset and the sensor. The asset can still be retrieved using asset specific API endpoints.

The example below deletes asset 92a572b1-35ea-40e1-a871-0934efeb210a from Sensor a8dc6415-d015-4fe6-944f-22c7e3887424, 1, 1.

curl -X DELETE --user "543cce56-c950-4c7f-9dcc-53bcb3e90a4a:m3KIyJhaSJKm-nGDBHWXzA" -v https://api.lumenpath.com/api/asset/543cce56-c950-4c7f-9dcc-53bcb3e90a4a/sensor/a8dc6415-d015-4fe6-944f-22c7e3887424/1/1/asset/92a572b1-35ea-40e1-a871-0934efeb210a/
Language