method Response.prototype.clearCookieimport { Response } from "https://deno.land/x/opine@2.2.0/src/response.ts"; clearCookie(cookie: CookieWithOptionalValue): thisClear a cookie. clearCookie(name: string, options?: CookieOptions): thisClear a cookie. Parameterscookie: CookieWithOptionalValueReturnsthisfor chaining Parametersname: stringoptionaloptions: CookieOptionsReturnsthis