Delete an asset from a sensor collection

Delete an asset from a sensor collection

Delete an asset in a sensor collection. This call only removes the reference to the asset in a collection. The asset can still be accessed using asset specific API endpoints.

The example below deletes asset 92a572b1-35ea-40e1-a871-0934efeb210a from collection DailySpecials on 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/collection/DailySpecials/92a572b1-35ea-40e1-a871-0934efeb210a/

Response
========
< HTTP/1.1 201 Created
< Content-Length: 0
Language