Delete a sensor collection

Delete a sensor colleciton

Delete all assets from a sensor collection. This call only removes references to assets in a collection. The assets can still be accessed using asset specific API endpoints.

The example below deletes a collection DailySpecials from the 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/

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