Skip to main content
DELETE
/
api
/
v1
/
chatbot
/
welcome-messages
/
{id}
cURL
curl --request DELETE \
  --url https://api.example.com/api/v1/chatbot/welcome-messages/{id}/ \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-KEY
string

API Key for authentication (alternative to session auth).

Example:

"sk_..."

X-Schema-Name
string

School (tenant) identifier. Must match your account unless you have platform-wide access.

Path Parameters

id
string<uuid>
required

A UUID string identifying this Welcome Message.

Response

204

No response body