Removes custom properties from the attribute dictionary of the currently logged-in profile. Note that this is meaningless unless the user is logged in.
{% unset_profile attributes %}
There is no option to unset all attributes from a profile - attributes must be removed by name.
{% unset_dictionary %}
{% unset_session %}
{% profile %}
{% unset_client %}
{% unset_client_permission %}
{% set_profile_setting %}
{{ profile }}
{% unset_profile_setting %}
{% unset_cookie %}
{% set_profile %}
Demonstrates how to unset Profile.
How to use the unset_profile method
CopySimple Use Case
Unset Profile Properties Dynamically
Unset Multiple Profile Properties