Home > @poq/sdk-sfcc > CustomersClient > deleteCustomersAuth
Invalidates the JWT provided in the header.
Signature:
deleteCustomersAuth(authorization?: string, options?: RequestOptions): Promise<PoqResponse<void>>;
| Parameter | Type | Description |
|---|---|---|
| authorization | string | (Optional) the JWT |
| options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<void>>