How to clear cookie after an Request

Have similar issue with Cookies (KeyCloack) for 7 and 8 Postman. But in my case, there is httpOnly flag is set. And the question is: according to

HttpOnly : If present, the cookie will not be accessible to the client-side scripts run on the page (e.g. via document.cookie in JavaScript). The cookie will only be added to the cookie header in requests that are made. This field does not have an effect on Postman’s behavior.

it is not possible to change cookies, well - how can I set/unset/clear cookies with httpOnly flag? Could you suggest any idea @danny-dainton?
The url is in Whitelist domains.

1 Like