Data Source
Delete data-source from chatbot
Delete data-source from chatbot
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Data-source deletion details
Unique identifier of the chatbot
Example:
"c****************1cx4"
Type of data source to delete (WEBSITE | TEXT | QA)
Example:
"WEBSITE"
Unique identifier of the data-source item to delete
Example:
"d****************2ef5"
Array of unique identifiers for bulk deletion
Example:
[
"d****************2ef5",
"e****************3fg6"
]
Response
200
_mintlify/placeholder
Data-source deleted successfully