Delete recipe
delete_recipeRemove a recipe permanently, including its comments, timeline, and images. Requires confirmation: call once for a token, then confirm with the token to complete deletion.
Instructions
Deletes a recipe permanently, together with its comments, timeline and images. Requires confirmation: call once to receive a token, then again with that token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipe | Yes | Recipe slug (e.g. "quark-bowl") or recipe UUID — both are returned by search_recipes | |
| confirm_token | No | Confirmation token from a previous call of this tool with the same arguments. Omit on the first call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| truncated | No | Present only when entries were dropped to fit the budget. | |
| deleted_recipe_id | Yes |