Delete Cookies
GET https://postman-echo.com/cookies/delete?foo1&foo2
One or more cookies that has been set for this domain can be deleted by providing the cookie names as part of the URL parameter. The response of this request is a JSON containing the list of currently set cookies.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
foo1 | null | ||
foo2 | null |
RESPONSES
status: OK
{"cookies":{"foo2":"bar"}}