# Delete a Product from a Manual Price List Deletes a product specified by typedId from the Manual Price List. Endpoint: POST /manualpricelistmanager.delete/{id} Security: basic, X-PriceFx-jwt ## Path parameters: - `id` (string, required) The ID of the Manual Price List whose product you want to delete. ## Request fields (application/json): - `data` (object, required) - `data.typedId` (string, required) typedId of the product you want to delete. ## Response 200 fields (application/json): - `response` (object)