# File lib/fog/image/openstack/v2/models/image.rb, line 165 def remove_tags(tags) requires :id tags.each { |tag| remove_tag tag } end