Home > @poq/sdk-sfcc > CustomersClient > deleteCustomersByIDProductListsByID
Deletes a customer product list.
Signature:
deleteCustomersByIDProductListsByID(customerId: string, listId: string, options?: RequestOptions): Promise<PoqResponse<void>>;
| Parameter | Type | Description |
|---|---|---|
| customerId | string | The customer id. |
| listId | string | The product list id. |
| options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<void>>