---
title: "Remove cookie"
method: DELETE
path: "/kitchen-sink/cookies/remove"
tags: ["🚰 Kitchen Sink"]
---

# Remove cookie

`DELETE /kitchen-sink/cookies/remove`

The API endpoint facilitates the deletion of cookies from the client's browser.

By accessing this endpoint, you can send a response that instructs the client's browser to remove specific cookies associated with your application.

This functionality allows you to manage and revoke cookies on the client side, enabling tasks such as clearing session data, implementing logouts, or removing user preferences stored in cookies.

## Query parameters

- `cookieKey` string

## Response `200`

Remove cookie

- object
  - `data` object
    - `cookies` object
  - `message` string
  - `statusCode` number
  - `success` boolean

---

[API](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi.md) · [All operations](https://skmtc.net/hiteshchoudhary-ssesph/apis/freeapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hiteshchoudhary-ssesph/freeapi/revisions/a9f3a290e4dc/schema)
