Delete one or more data sources from an agent. This endpoint supports both single and bulk deletion operations.
Documentation Index
Fetch the complete documentation index at: https://api.livechatai.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Data source deletion details
Unique identifier of the agent
"clx1234567890abcdef"
Type of data source to delete
WEBSITE, TEXT, QA, PDF, DOCX, IMAGE "WEBSITE"
Unique identifier of the data source item to delete (for single deletion)
"ds_1234567890"
Array of unique identifiers for bulk deletion
["ds_1234567890", "ds_0987654321"]