7

I am doing some API testing using Postman on Mac OSX.

How can I delete session cookies from the application?

I looked at this solution, but this solution is for the Postman Google Chrome extension and not the application.

icc97
  • 11,395
  • 8
  • 76
  • 90

4 Answers4

12

I'm using Postman v7.23.0.

Go to Settings tab for a request and Click Disable cookie jar button to be on.

ehsan maddahi
  • 439
  • 5
  • 10
  • 3
    only an observation is that this "setting" isn't in app setting, but the setting inside the request tab on side Tests tab. Near to the place where you can put the body with jsons – adrianosymphony Aug 23 '20 at 02:24
5

I'm using Postman v6.5.2, but it's been like this for a while. In the application there is a link to the stored Cookies:

enter image description here

In there you can delete the cookies manually:

enter image description here

Plus hidden there, is a cross icon that allows you to delete all cookies:

enter image description here

icc97
  • 11,395
  • 8
  • 76
  • 90
2

In latest version of postman you can actually do all kind of CRUD operation on cookie. Check this link https://www.getpostman.com/docs/postman/sending_api_requests/cookies

Manish
  • 1,452
  • 15
  • 25
1

I am using the postman application on windows. On the top right, right after the sync button:

Postman windows application snap

fcdt
  • 2,371
  • 5
  • 14
  • 26