"Unsets" one or more cookies. Because of how cookies work, this will actually ADD the cookie to the response with an expiration date in the past.
{% unset_cookie names %}
{% unset_dictionary %}
{% unset_session %}
{% unset_client %}
{% unset_client_permission %}
{% unset_profile %}
{% unset_profile_setting %}
{% set_cookie %}
Demonstrates how to unset Cookie.
Unset Cookie
CopyDemonstrates how to unset multiple Cookies.
Unset multiple Cookies
Copy