Remove Recipe from Favorites
Last updated
Was this helpful?
This endpoint allows removing the recipe from a user's favorites. This API is only available for user access-token integration.
You will need to have a recipe saved in a user account to correctly test this API call.
DELETE https://graph.whisk.com/v2/:recipe_id
recipe_id
string
Unique recipe identifier
collectionIds
array
Collections for this recipe (optional). If specified this will remove recipe only from this collection
{
"ok": true
}curl -X DELETE "https://graph.whisk.com/v2/recipes/3d4fda8595114a3a9f7b12fd471a4169" \
-H "Accept: application/json" \
-H "Authorization: Bearer <Access-Token>"Last updated
Was this helpful?
Was this helpful?