# File lib/fog/ecloud/models/compute/internet_service.rb, line 44
        def delete
          data = connection.internet_service_delete(href).body
          task = Fog::Compute::Ecloud::Tasks.new(:connection => connection, :href => data[:href])[0]
        end