DELETE
/
api
/
aibot
/
delete
curl --request DELETE \
  --url https://app.livechatai.com/api/aibot/delete \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

chatbotId
string
required

Unique identifier of the chatbot to delete

Example:

"c****************1cx4"

Response

200
_mintlify/placeholder

Chatbot deleted successfully