# File lib/cimi/model/volume.rb, line 63 def self.delete!(id, context) context.driver.destroy_storage_volume(context.credentials, {:id=>id} ) end