Deleting all metrics for a system doesn't remove the name itself

Hi, all I am running into an issue trying to delete a system-name I have from influxdb. I have removed all the metrics for said system with command below but the system-name persists and throws off a query i have that counts the systems… How can I permanently remove this idrac–6F64Z84 from system-name

InfluxDB v2.7.10

I ran this which successfully removed all the metric for this system-name but this system-name still remains

influx delete --bucket telegraf --org ABCDE
–start ‘1970-01-01T00:00:00Z’
–stop $(date +“%Y-%m-%dT%H:%M:%SZ”)
–predicate ‘_measurement=“hs-hosts” AND “system-name”=“idrac-6F64Z84”’