Delete a channel-meal mapping under every tag
DELETE/api/v1/pms/channel-mappings/meals/:channelId/:mealId
Removes the mapping under every tag for this (channelId, mealId). To drop the meal from one property only, call the per-tag form DELETE /meals/{channelId}/{mealId}/{tagName} instead.
Request
Responses
- 204
Deleted (or already absent).