How Can I Delete A Product From Wish List From The Product Page?

I'm trying to add a button to delete a product from wish list from the product page?

If a user add an item in the wish list, I want to show a button to remove the item from wish list from the product page without them going to wish list.

Thank you in advance

It is not possible out of the box. Additional code changes are required

It is not possible out of the box. Additional code changes are required

{"wishlist.delete?cart_id=`$product.cart_id`"|fn_url} i tried this but the only problem is that it's not pulling the $product.cart_id on the product page how can i get this to pull the $product.cart_id on product page?