I've tried the generic cosm delete command I found in their API guide:
curl --request DELETE --header "X-ApiKey: YOUR_API_KEY_HERE" http://api.cosm.com/v2/feeds/89470/datastreams/1/datapoints/2012-12-30T17:50:23.000000Z
but i get back a message:
{"title":"Unauthorized","errors":"You do not have permission to access this resource"}
FYI I'm using the//Air Quality Egg v01 Product Secret I found in the AQEbase sketch for YOUR_API_KEY_HERE & my feed ID is 89740
I'd really appreciate any guidance on this.
thanks
Toby
I'd say you're getting unauthorized because all air quality eggs are under the same account, which is not your personal account btw.
Maybe the key created when you register you AQE is read and write only, and doesn't have permission to delete.
I think Cosm people in the list will be able to offer you more insight about how to do it.
Best,
César
--
--
Toby