BETTERMENU
Studio

Delete Recipe

Delete a recipe — remove a recipe permanently.

Use this to answer: "delete my recipe", "remove a recipe", "get rid of this recipe"

The recipe is soft-deleted and excluded from all list and detail queries. This action cannot be undone via the API.

Related endpoints:

  • archiveRecipe — reversible alternative to deletion
  • listRecipes — verify deletion by checking the recipe list
DELETE
/studio/recipes/{recipe_id}

Authorization

BearerAuth
AuthorizationBearer <token>

JWT Bearer token authentication

In: header

Path Parameters

recipe_id*string

Unique recipe identifier

Response Body

application/json

curl -X DELETE "https://loading/studio/recipes/string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}