/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-deletecookie-77aaea7e3879-deletecookie-s0724-c0000.md
`deleteCookie` - hono-docs
deleteCookie Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt deletecookie Summary path: string se...
deleteCookie
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#deletecookie
Summary
- path:
string- secure:boolean- domain:stringExample:ts deleteCookie(c, 'banana', { path: '/', secure: true, domain: 'example.com', })deleteCookiereturns the deleted value: ```ts const deletedCookie = deleteCookie(...
Content
- path:
string - secure:
boolean - domain:
string
Example:
deleteCookie(c, 'banana', {
path: '/',
secure: true,
domain: 'example.com',
})deleteCookie returns the deleted value:
const deletedCookie = deleteCookie(c, 'delicious_cookie')