Delete a channel-meal mapping for one tag
DELETE/api/v1/pms/channel-mappings/meals/:channelId/:mealId/:tagName
Removes only the (channelId, mealId, tagName) row; the meal stays mapped under the channel's other tags. A listing keeps the meal when one of those remaining tags still covers it.
Request
Responses
- 204
- 404
Deleted.
The meal is not mapped under that tag.