# File lib/fog/openstack/models/image/images.rb, line 32 def destroy(id) image = self.find_by_id(id) image.destroy end