10 11 12 13
# File 'app/lib/actions/candlepin/product/content_destroy.rb', line 10 def run output[:response] = ::Katello::Resources::Candlepin::Content. destroy(input[:owner], input[:content_id]) end