Delete value from Filter

I would like to eliminate these values ​​which only create confusion.

I have already managed to delete all the associated values ​​using these commands:

influx delete --bucket "XXXXXXXXXXXXXXXXXXXXXXXXXXX" \
  --start '1970-01-01T00:00:00Z' \
  --stop $(date -u +"%Y-%m-%dT%H:%M:%SZ") \
  --predicate 'host="XXXXXXXXXXXXXXXXXXXXXXXXXXX"' \
  --host 'https://XXX.XXX.XXX.XXX:8086' \
  --skip-verify

But they are still present in the filters, as shown in the previous image, and I would like to delete them.

Hello @vashthestampede,
Has this issue resolved? sometimes updates to the UI take a while. But if you were to explore your schema and see that those values have been removed with a query through the API or CLI then you’re good and you know your deletes were successful!

No, the problem persists.
I even had the opportunity to restart the entire server for maintenance and nothing changed.