Delete data-source from chatbot
Data Source
Delete data-source from chatbot
deprecated
DEPRECATED: This endpoint will be deprecated on August 1st, 2025. Please use the v1 API endpoints instead. Delete data-source from chatbot
POST
Delete data-source from chatbot
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
Data-source deleted successfully

