Home > @vsf-enterprise/sap-commerce-webservices-sdk > UsersApi > removeUser
UsersApi.removeUser() method
Removes customer profile. Delete customer profile.
Signature:
removeUser(baseSiteId: string, userId: string, options?: any): Promise<import("axios").AxiosResponse<void>>;
Parameters
Parameter | Type | Description |
---|---|---|
baseSiteId | string | Base site identifier |
userId | string | User identifier or one of the literals : 'current' for currently authenticated user, 'anonymous' for anonymous user |
options | any | Override http request option. |
Returns:
Promise<import("axios").AxiosResponse<void>>
Exceptions
{RequiredError} UsersApi