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

ParameterTypeDescription
fromAllDevicesboolean(Optional) false: logout from this device ID. true: forget all data about the visitor and their identity.

Returns:

Promise<void>