v1

latestOpenAPI 3.0.3raw.githubusercontent.com2024-10-2916802.4 MB
🚰 Kitchen Sink

Remove cookie

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.

delete/kitchen-sink/cookies/remove

Query parameters

cookieKeystring
Example:foo

Response

Remove cookie

messagestring
statusCodenumber
successboolean

Example response

{
  "message": "Cookie has been cleared",
  "statusCode": 200,
  "success": true
}