PRICE_LIST_TYPE (type of price list), PRICE_LIST_CODE (price list code), and the ITEM_CODE (product code).PRICE_LIST_TYPE and PRICE_LIST_CODE must correspond to an existing price list in the system.ITEM_CODE must correspond to an existing product in the system.DELETE request with the PRICE_LIST_TYPE, PRICE_LIST_CODE, and ITEM_CODE.remove_first_prices Parameterremove_first_prices: if set to true, it also removes the price dated 1900-12-31; if set to false, it removes all prices except the one dated 1900-12-31, ensuring correct warehouse movement management.PRICE_LIST_CODE does not exist, the API will return an error message:{
"message": "Price list not found"
}ITEM_CODE does not exist, the API will return an error message:{
"message": "Product not found with item_code: {{item_code}}"
}