Do Not Send Cookie

Iā€™m testing that a call is rejected appropriately when the user is not authenticated. We recently switched from submitting an auth header to passing a cookie. For the auth header I just set the request to No Auth instead of inheriting from parent.

How do I selectively choose to not send the cookie for this specific test or others in the future?