Clearing TID

Programmatically erase the customer's TID by calling:

MedalliaMXO.clearTid().then(() => {
	// do something after the TID has been cleared
})
.catch((error) => {
	// do something with the error
	console.error(error)
})