Delete recipe
delete_recipePermanently remove a recipe, including its comments, timeline, and images. Call once to get a confirmation token, then call again with that 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. |