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
Steps to reproduce: List the minimal actions needed to reproduce the behavior.
Expected behavior: Remove records from DB.
Actual behavior: InfluxException: com.influxdb.exceptions.NotImplementedException: Not implemented
Specifications:
The text was updated successfully, but these errors were encountered:
Hi @VaSmitka,
thanks for using our client.
The delete API works only for the Influx Cloud instance.
delete
In InfluxDB OSS 2.0rc, the delete with predicate API (/api/v2/delete) has been disabled and returns a 501 Not implemented message.
InfluxDB OSS 2.0rc
Regards
Sorry, something went wrong.
Related issue: influxdata/influxdb#19635
The issue influxdata/influxdb#19635 is fixed, please update InfluxDB to 2.0.3.
2.0.3
https://github.com/influxdata/influxdb/blob/master/CHANGELOG.md#v203-2020-12-14
Successfully merging a pull request may close this issue.
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Expected behavior:
Remove records from DB.
Actual behavior:
InfluxException: com.influxdb.exceptions.NotImplementedException: Not implemented
Specifications:
The text was updated successfully, but these errors were encountered: