Influx 2.0 Deleting the "name"

Bonjour,
i made a syntax error in a name field during importation data.
I found the way to delete data under this name with this command :

influx delete --bucket myping --start 1970-01-01T00:00:00Z --stop $(date +"%Y-%m-%dT%H:%M:%SZ") --predicate '_measurement="ping" AND name="New_ping_cloudflare"' -c /home/airvb/influx-config/serveur -o orga

After that, the field data is empty ,good !
But the “name” (New_ping_cloudflare) still visible in the “name” filter column .

Is it possible to delete New_ping_cloudflare name ?

Thanks

Hello @airvb,
It looks like this is an open issue:

But I’m also wondering if the tag is associated with a shard that hasn’t expired yet and that could be causing that?
I’ve asked the UI team.