Home > @poq/sdk-sfcc > ICustomersClient > deleteCustomersByIDProductListsByIDItemsByID
Removes an item from a customer product list.
Signature:
deleteCustomersByIDProductListsByIDItemsByID(customerId: string, listId: string, itemId: string, options?: RequestOptions): Promise<PoqResponse<void>>;
| Parameter | Type | Description |
|---|---|---|
| customerId | string | The id of the owner of the product list |
| listId | string | The id of the product list. |
| itemId | string | The id of the product list item to delete. |
| options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<void>>