# Delete products from a price list

Delete one or more products from a given price list.

This endpoint is for exclusive use by wholesaler type accounts or brand type accounts. It cannot be used in seller type accounts since they do not manage price lists.

The objective of this service is to eliminate the assignment of products in price lists. When removing a product from a given price list, the product is left without an assigned price in that list, so it becomes at “price zero”.

Actually, the product is never priced at zero. When the product is removed from the given price list, the product is left without any price on that given price list.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.alephee.com/v2/products/delete-methods/delete-products-from-a-price-list.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
