Delete Tags alone from series

My database measurement has reached a series of 1,00,000 records because of misplacement of tag instead of field, and causing 400 http response code.

Can I able to delete the TAG alone from a series

Or can I able to change the tag value to field value

I can bear to lose my tag keys alone and not the series. How to do it?

You’ll have to rewrite the points if you want to change the schema.

I’ve seen people do this using influx_inspect export to get the raw line protocol that you could then grep and modify to fit your needs.