Delete Child Chunk
Chunks
Delete Child Chunk
Permanently delete a child chunk from its parent chunk.
DELETE
Delete Child Chunk
Authorizations
Every request authenticates with an API key: Authorization: Bearer {API_KEY}. App endpoints take an app API key; knowledge endpoints take a knowledge base API key (Get Started).
Keep keys server-side; never embed them in client code. Requests with a missing or invalid key fail with HTTP 401 (unauthorized).
Path Parameters
Knowledge base ID. Obtain it from List Knowledge Bases.
Document ID. Obtain it from List Documents.
Parent chunk ID. Obtain it from List Chunks.
Child chunk ID.
Response
Success.