Clearing TID

TID is the unique identifier that gets assigned to each customer who visits your Touchpoints. You can programmatically clear the customer's TID by calling the following:

import com.medallia.mxo.mxoClearTid

mxoClearTid()
import com.medallia.mxo.MedalliaMXO;

MedalliaMXO.clearTid();
Note: This method removes tid from local storage only. For instructions on how to completely remove a user's data from Medallia Experience Orchestration, see our api documentation.