remove_favorite
Remove a recipe from a user's favorites by providing the user ID and recipe slug.
Instructions
Remove Favorite [DELETE /api/users/{id}/favorites/{slug}] Removes a recipe from the user's favorites
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| slug | Yes |