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