delete_recipe
Delete a recipe you own permanently. Confirm ownership with get_recipe before deleting.
Instructions
Delete a recipe you own, unconditionally and irreversibly. The API rejects deletes for recipes belonging to another user with a 403; that error surfaces verbatim to the caller. Preview with get_recipe before calling to confirm authorship and contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipeId | Yes | Recipe uuid. Hard-delete is permanent — confirm ownership via `get_recipe` first. |