Poq.SDK.Node

Home > @poq/sdk-sfcc > ICustomersClient > deleteCustomersAuth

ICustomersClient.deleteCustomersAuth() method

Invalidates the JWT provided in the header.

Signature:

deleteCustomersAuth(authorization?: string, options?: RequestOptions): Promise<PoqResponse<void>>;

Parameters

Parameter Type Description
authorization string (Optional) the JWT
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<void>>