# File lib/action_dispatch/http/response.rb, line 162 def delete_cookie(key, value={}) ::Rack::Utils.delete_cookie_header!(header, key, value) end