Calling this method resets the SDK to the original state. In particular:
the manifest is deleted
the userId is deleted
any cookies in a browser environment are removed
Returns void
Example
awaitPersonalize.init(projectUid); Personalize.getUserId(); // returns a random user ID Personalize.reset(); Personalize.getUserId(); // returns `undefined`
Resets the SDK
Calling this method resets the SDK to the original state. In particular:
userId
is deleted