Hi, I am struggling with something I have already done, but for an unkown reason it is not working anymore. I want to delete all measurement with kwh.
I am using CLI with this command
influx delete --bucket aggregate --start 2023-01-01T00:00:00.00Z --stop 2023-07-04T20:00:00.00Z -p ‘_measurement=“kwh”’’
I have this error message : command not found: --predicate
What’s wrong ?