We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How does influxdb delete data with a certain prefix by HTTP request?
The version of influxdb is 2.0.7
Is there any relevant sample code?
The text was updated successfully, but these errors were encountered:
Hi @frakes-zheng,
you can use a client for InfluxDB v2: influxdb-client-java and here is an example how to delete data:
https://github.com/influxdata/influxdb-client-java/blob/f341e0043dca36e9fcaf636b8e59fe6bc00c9455/examples/src/main/java/example/DeleteData.java#L35
Regards
Sorry, something went wrong.
No branches or pull requests
How does influxdb delete data with a certain prefix by HTTP request?
The version of influxdb is 2.0.7
Is there any relevant sample code?
The text was updated successfully, but these errors were encountered: