Home > @uniformdev/context > TransitionDataStore > handleDelete
TransitionDataStore.handleDelete() method
Deletes a visitor's stored data, forgetting them. Important: do not emit any async score update events from this function.
Signature:
Parameters
Parameter | Type | Description |
---|---|---|
fromAllDevices | boolean | (Optional) false: logout from this device ID. true: forget all data about the visitor and their identity. |
Returns:
Promise<void>