DeleteCustomerAttribute
The DeleteCustomerAttribute action deletes a specific customer attribute, removing its stored value.
DeleteCustomerAttribute(
field: str
)
Where:
- field: The name of the attribute you want to delete.
Example
{{DeleteCustomerAttribute(field="customer_email")}}
{{DeleteCustomerAttribute(field="customer_first_name")}}
{{DeleteCustomerAttribute(field="customer_last_name")}}
The above code snippet deletes the customer attributes "customer_email," "customer_first_name," and "customer_last_name."
Updated 4 days ago
