I see this question has been posted in many different ways but I have not found any meeting my case.
I simply need to remove/delete completely a measurement in a bucket.
My bucket is “Donald”
The measurement to remove/delete is “Duck”
The measurement shall be completely removed from the bucket.
I have not found any tool to do the above in the UI.
In influx 1.x I simply use
Influx
use Donald
DROP MEASUREMENT Duck
How can I delete the measurement from the UI or using the CLI in Influx 2.3.x?
I would appreciate some help.
Thank you