What is the clearVars() equivalent for the webSDK?
I am playing around with the webSDK, and noticed that it is not clearing the vars after each action.
In this example, I have three events that occurred. First was a page view which includes the custom event1, the second is a "click to call" which is event11 and finally a "chat" event which is event20.
Each of these events are in different rules which are triggered by different data layer pushes. In the last event, chat, only event20 is set in the xdm.variable.content data element. How can I wipe out the others? I don't want them over counting.

Thanks!