Skip to main content
DELETE
/
chatbot
/
{id}
Delete a chatbot
curl --request DELETE \
  --url https://api.cleartalk.ai/chatbot/{id} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

id
string
required

Chatbot ID

Response

200

Chatbot deleted successfully