DELETE /mealplanner/{username}/day/{date}
Clear Meal Plan Day
Delete all planned items from the user's meal plan for a specific day.
Request Traces
Request Headers
DELETE https://api.spoonacular.com/mealplanner/{username}/day/{date}
Accept: application/json
HTTP Response
HTTP 200
Success
{
}
HTTP 401
Unauthorized
HTTP 403
Forbidden
HTTP 404
Not Found
