Hi,
I’m wondering if there’s anyway to delete a certain row from the influxdb, with java.
I could find any information from the git and documentation.
Thank you
Hi,
I’m wondering if there’s anyway to delete a certain row from the influxdb, with java.
I could find any information from the git and documentation.
Thank you
This is how it used to be done, but I see in rc0 they’ve removed the predicate parameter. No mention on what the right way to do it now is…
Maybe one of the staff can clarify?
Hello @connorpfm,
@FixTestRepeat is right. You can also use the API. InfluxDB v2.0 API documentation
Hi,
I got the same problem… I need to delete data (a specific measurement) from an existing bucket.
@Anaisdg: Does this mean, that the predicate
flag works in 2.0rc, when you use the API?