ENTITY_CODE) from a specific price list. The request requires specifying the PRICE_LIST_TYPE (the type of price list), PRICE_LIST_CODE (the code of the price list), and ENTITY_CODE (the code of the entity to be removed).PRICE_LIST_TYPE and PRICE_LIST_CODE must correspond to an existing price list in the system.ENTITY_CODE must be valid and associated with the given price list.DELETE request with the PRICE_LIST_TYPE, PRICE_LIST_CODE, and ENTITY_CODE.PRICE_LIST_CODE does not exist, the API will return an error message:{
"message": "Price list not found"
}ENTITY_CODE is not valid or cannot be found, the API will return an error message indicating invalid input:{
"message": "Invalid input",
"errors": [
{
"msg": "value '2340888' is not valid for field entity_code",
"param": "entity_code",
"location": "params"
}
]
}{
"message": "Entity not associated to the pricelist"
}