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
Add a DeleteApi that will be able to delete data by /delete endpoint.
DeleteApi
/delete
BucketsApi
DeleteApi: delete(@Nonnull final OffsetDateTime start, @Nonnull final OffsetDateTime stop, @Nonnull final String predicate, @Nonnull final String bucket, @Nonnull final String org) delete(@Nonnull final DeletePredicateRequest predicate, @Nonnull final String bucket, @Nonnull final String org)
see also influxdata/influxdb#15255
The text was updated successfully, but these errors were encountered:
Add DeleteService (#66)
4c53390
d01c7c7
11e7d94
4b1c530
e8b518d
de3c3b7
63ab5f2
6018bb0
14f04e1
Successfully merging a pull request may close this issue.
Add a
DeleteApi
that will be able to delete data by/delete
endpoint.DeleteApi
- followBucketsApi
structuresee also influxdata/influxdb#15255
The text was updated successfully, but these errors were encountered: