Remove Recipe from Favorites
This endpoint allows removing the recipe from favorites. This API available only for user access-token integration
Remove Recipe from Favorites
DELETE
https://graph.whisk.com/v1/:recipe_id
Path Parameters
Name | Type | Description |
---|---|---|
recipe_id | string | Unique recipe identifier |
Request Body
Name | Type | Description |
---|---|---|
collectionIds | array | Collections for this recipe (optional). If specified this will remove recipe only from this collection |
Sample Request
Last updated