Notifications
Clear all
Topic starter
15/06/2020 11:10 pm
Hello,
I would like to delete these invalid values:
$ curl http://api.iotguru.live/measurement/loadByEpoch/18420/gjQh9zHlHDNBS9ggqxxxxx/temperature
[[1591573147424,21.0],[1591571760042,21.2],[1591570132465,21.7],[1591569451704,22.3],[1591569082234,22.0],[1591569073068,21.5],[1591569001007,21.0]]
Let's delete the last one:
$ curl -fS http://api.iotguru.live/measurement/delete/18420/gjQh9zHlHDNBS9ggqxxxxx/temperature/1591569001006/1591569001008
[]
Nothing is selected for deletion.
Am I using it wrong?
This topic was modified 4 years ago 4 times by admin