I’ve just started using InfluxDB and right now I’m learning how to interact with it. I would like to know how to perform CRUD operations and, while I understand the CRU part, I haven’t found much on Deleting data.
This is what I’m using:
InfluxDB Cloud
Python client library - influxdb-client
How to I erase all data from a cloud bucket? Could you post some snippets?
Thanks