Influxdb

How to delete the actual data from influxdb without deleting the series and measurements?

You are going to have to be bit more specific than that…
What do you want to delete?

InfluxDB Data management:

Thanks, I have already found the way to delete the data by using below command…

DELETE WHERE time > ‘2018-03-09’