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