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