remove_favorite
Remove a recipe from a user's favorites list using the user ID and recipe slug. Clears the favorite status for that recipe.
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 |