Skip to main content
DELETE
/
welcome-texts
/
{welcome_text_id}
Delete Welcome Text Endpoint
curl --request DELETE \
  --url http://localhost:8080/welcome-texts/{welcome_text_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Path Parameters

welcome_text_id
integer
required

Response

Successful Response