Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

customerSignOut

Endpoint for logging out the current user. It doesn't use any GraphQL query

Signature

export declare function customerSignOut(
	context: SetupContext
): Promise<void>;

Parameters

NameRequiredTypeDescription
contextRequiredSetupContextAutomatically injected context. Refer to SetupContext

Referenced Types

On this page