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

KeyDatatypeRequiredDescription
foo1null
foo2null

RESPONSES

status: OK

{"cookies":{"foo2":"bar"}}