autoship_after_delete_product (action)
(src/products/php) Can be used to add customization after a product is deleted. It takes the (WooCommerce product) $id as its parameter.
Code
do_action( 'autoship_after_delete_product', $id );
Found in the Functions