DROP MEASUREMENT for InfluxDB 2.x?

any update on this?
i’ve found how to delete colums in a measurement but not the measurement itself.

from(bucket: “Azure_SQL”)
|> range(start: -1m)
|> drop(columns: [“cpu”, “_measurement”])