I have a custom post type Bundles, to create woocommerce product bundles. With each Bundle, there is also an option to create "Discount Coupons" which applies to that Product Bundle.
Now I want to delete any associated coupon to a Product Bundle whenever a Bundle is deleted. (Bundle is a custom post type and Coupon is also a post type in woocommerce)
How can I delete a coupon from database when a Bundle, to which the coupon is linked to, is deleted? Thanks in advance!