BETTERMENU
Studio

Delete Recipe Label Configuration

Delete the recipe's label configuration.

Returns 204 No Content on success; 404 when no active configuration exists.

Sends If-Match: W/"<version_id>" to guard against concurrent writes — returns 412 on conflict.

Available only on API versions declaring the recipe_versioning capability.

DELETE
/studio/recipes/{recipe_id}/label-configuration

Path Parameters

recipe_id*Recipe Id

Header Parameters

If-Match*string

Optimistic-concurrency token. Pass the version_id returned by the previous mutation (or by GET /recipes/{id}/versions) so the server can reject the request when another writer has advanced the recipe in the meantime. A stale token (header present but HEAD has moved) surfaces HTTP 409 with the current version_id in the response body. An absent token on a versioned recipe surfaces HTTP 412. Only consumed on API versions that declare the recipe_versioning capability — older versions ignore the header.

Response Body

application/json

curl -X DELETE "https://api.bettermenu.live/studio/recipes/string/label-configuration" \  -H "If-Match: string"
Empty
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}
BETTERMENU

FDA-compliant nutrition labels from a recipe, in minutes.

Visit bettermenu.live