Delete Meals
Delete Meals
Request Body
Name
Type
Description
Sample Request
curl "https://graph.whisk.com/mealplan/v2" \
-H "Accept: application/json" \
-H "Authorization: Token <Access-Token>" \
-d '{
"period": {
"from": {
"year": 2020,
"month": 3,
"day": 10
},
"to": {
"year": 2020,
"month": 3,
"day": 17
}
},
"generated_only": true
}'Last updated
Was this helpful?