# Delete Recipe



{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}

Delete a recipe (permanent — irreversible via the API).

Once deleted, the recipe is fully hidden from all endpoints: it no longer
appears in list or detail reads, version history is inaccessible, and
`restoreRecipe` also returns 404. There is no un-delete — `restoreRecipe`
is a version rollback for live recipes, not a recovery mechanism for
deleted ones.

Re-deleting an already-deleted recipe returns 404
(`recipe_not_found`), which clients should treat as a successful
deletion since the recipe is already gone.

<APIPage document="&#x22;bettermenu&#x22;" operations="[{&#x22;path&#x22;:&#x22;/studio/recipes/{recipe_id}&#x22;,&#x22;method&#x22;:&#x22;delete&#x22;}]" />
