9 10 11
# File 'app/lib/actions/candlepin/product/destroy.rb', line 9 def run output[:response] = ::Katello::Resources::Candlepin::Product.destroy(input[:cp_id]) end