Woocommerce在日期到期时删除单个产品属性

I'm trying to do a promotion system in woocommerce for my store.

To display the promotion logo I use an attribute with an ACF that I associate with the product.

In shop page I have the filter for attribute "Promotions" so I can filter the product.

When the promotion date expires I should automatically remove the attribute from the products.

How i can do that?

Thanks!