Delete one or more data sources from an agent. This endpoint supports both single and bulk deletion operations.
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"]