# File lib/fog/image/openstack/v2/requests/remove_tag_from_image.rb, line 16
          def remove_tag_from_image(_image_id, _tag)
            response = Excon::Response.new
            response.status = 204
            response
          end