Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Deleting series #187

Closed
alexvassel opened this issue May 21, 2015 · 4 comments
Closed

Deleting series #187

alexvassel opened this issue May 21, 2015 · 4 comments

Comments

@alexvassel
Copy link

http://influxdb-python.readthedocs.org/en/latest/api-documentation.html?highlight=delete_series#influxdb.InfluxDBClient.delete_series

Official documentation (for 0.9) does not say anything about how should this function work; but, experiments show, that it expects series id, not series name. It is working with series name for version 0.8 (http://influxdb.com/docs/v0.8/api/query_language.html#deleting-data-or-dropping-series).

@aviau
Copy link
Collaborator

aviau commented May 21, 2015

You are right, the current code does not work. I am updating it right now and adding a test.

@aviau
Copy link
Collaborator

aviau commented May 21, 2015

Waiting on travis

@aviau aviau closed this as completed in acc3e5d May 21, 2015
@alexvassel
Copy link
Author

Thanks)

@aviau
Copy link
Collaborator

aviau commented May 22, 2015

Thank you for the bug report :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants