Drop measurement

I am not able to drop measurements.

use mydata
show MEASUREMENTS on mydata.*

I am not able to drop the “testing2” measurement in “mydata” database.

you can drop measurement with cmd line:

influx delete -t “Your_Token” -o Your_Org --bucket Your_Bucket --predicate '_measurement=“Your_Measurement " ’ --start ‘1970-01-01T00:00:00Z’ --stop $(date +”%Y-%m-%dT%H:%M:%SZ")

Can I drop measurements on the influx V1 shell?