Admin APIMeal CostsDelete a meal cost row by idDelete a meal cost row by id DELETE /api/v1/pms/meal-costs/:id Removes the row. Cascades to listing_channel_meal rows that reference this meal_cost_id (their FK is ON DELETE CASCADE). Request Responses204Deleted (or already absent).