Hi,
I’m using InfluxDB v2.7.3 and I want to delete a measurement from my Bucket.
When I try to delete a measurement with no . in the measurement Name it works with Influx CLI, but if the Name has one or more Points “.” CLI return the following Error:
Error: failed to delete data: 400 Bad Request: error decoding json body: bad tag key, at position 19
Here is the complete Delete Command syntax which I used:
influx delete --bucket db0 --predicate ‘_measurement=“deconz.0.Sensors.32.temperature”’ --start 1970-01-01T00:00:00Z --stop 2023-11-16T00:00:00Z
Have anabody an idea what is wrong?