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.