Is it possible to delete cookies from within Postman

I have created some tests which make use of cookies. Before each test i want to clean up all the cookies ( not only make them empty) but really delete them. Before each test we now manually delete all cookies via the cookie manager of Postman. Is it possible to automate this so we can run the tests without manually actions? Or is there another way to delete all cookies ?

Hey @ronlouw,

Welcome to the community!

You should be able to programmatically delete using this method:

https://learning.getpostman.com/docs/postman/sending_api_requests/cookies/#whitelisting-domains-for-programmatic-access-of-cookies