BetterMenu
Studio

Delete Recipe

DELETE
/studio/recipes/{recipe_id}

Authorization

BearerAuth
AuthorizationBearer <token>

JWT Bearer token authentication

In: header

Path Parameters

recipe_id*string

Response Body

application/json

curl -X DELETE "https://evh09u6ys0.execute-api.us-west-2.amazonaws.com/studio/recipes/string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}