I have a use-case where I have to login for different users. without clearing cookies, it'll fail. Currently, I have been doing it manually clearing all cookies but using this way I can not run in a runner

I have a use-case where I have to login for different users. without clearing cookies, it’ll fail. Currently, I have been doing it manually clearing all cookies but using this way I can not run in a runner.

Need a way to clear all cookies via pre/post request scripts.

I have the same problem. I’m trying to track down where Postman is configured to set the header of the login request once it is successfully logged-in. It seems unusual for testing purposes.