# File lib/cimi/model/machine.rb, line 106
  def self.delete!(id, context)
    context.driver.destroy_instance(context.credentials, id)
  end