POST
/
api
/
aibot
/
data-source
/
delete
curl --request POST \
  --url https://app.livechatai.com/api/aibot/data-source/delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "chatbotId": "c****************1cx4",
  "source": "WEBSITE",
  "id": "d****************2ef5",
  "ids": [
    "d****************2ef5",
    "e****************3fg6"
  ]
}'

Authorizations

Authorization
string
header
required

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

Body

application/json
Data-source deletion details

The body is of type object.

Response

200

Data-source deleted successfully