> For the complete documentation index, see [llms.txt](https://developers.alephee.com/v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.alephee.com/v2/products/delete-methods/delete-products-from-a-price-list/type-specifications.md).

# Type specifications

### **PriceListInfo**

| Property                                        | Type                                       | Description                                                                                                                              |
| ----------------------------------------------- | ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- |
| <p>PriceListId \*</p><p> </p><p>(mandatory)</p> | integer                                    | <p>The Alephee’ s internal price list ID.</p><p> </p><p>Can be retrieved using the GET accounts/pricelists endpoint.</p><p> </p><p> </p> |
| <p>Products</p><p> </p><p>(optional)</p>        | [#plproductinfo](#plproductinfo "mention") | <p>Array of given selected products for deletion.</p><p> </p>                                                                            |

### PLProductInfo

| Property | Type   | Description                          |
| -------- | ------ | ------------------------------------ |
| Brand    | string | <p>Product brand</p><p> </p><p> </p> |
| SKU \*   | string | <p>Product SKU</p><p> </p>           |
