Skip to main content
POST
Delete data-source from chatbot

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

chatbotId
string
required

Unique identifier of the chatbot

Example:

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

source
string
required

Type of data source to delete (WEBSITE | TEXT | QA)

Example:

"WEBSITE"

id
string
required

Unique identifier of the data-source item to delete

Example:

"d****************2ef5"

ids
string[]

Array of unique identifiers for bulk deletion

Example:

Response

Data-source deleted successfully