Skip to main content
DELETE
Core - Delete multiple chunks

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

knowledge_id
string
required
datasource_id
string
required

Body

application/json
chunk_ids
string[]
required

Array of chunk IDs to delete

Required array length: 1 - 100 elements

Response

200 - application/json

Chunks deletion result

deleted_count
number<double>
required
failed_ids
string[]