Delete "MEASUREMENTS " from the database

Hello @SmartM-ui,
I haven’t used the 1.x API in a while, so I might be wrong, but you could try:

curl http://localhost:8086/query \
  -d db="homeassistant" \
  -d q='drop measurement "sensor_infinite_dataraw_temperture"'