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 agent
Example:
"clx1234567890abcdef"
Type of data source to delete
Available options:
WEBSITE
, TEXT
, QA
, PDF
, DOCX
, IMAGE
Example:
"WEBSITE"
Unique identifier of the data source item to delete (for single deletion)
Example:
"ds_1234567890"
Array of unique identifiers for bulk deletion
Example:
["ds_1234567890", "ds_0987654321"]