Duplicate product without copying metafields

We have a Product Review App, that adds details to specific product using :

ShopifyAPI::Metafield.new

When client duplicates a product inside Shopify Admin, it duplicates the review as well (which they don’t want)
How to prevent this issue?
Thanks in advance!

Use the webhook to track product creation. When your product is duplicated, remove the review metafield from the new product