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