cURL
curl --request DELETE \ --url https://api.timbal.ai/orgs/{org_id}/k2/{kb_id}/files/{file_id}/chunks/{chunk_uid} \ --header 'Authorization: Bearer <token>'
{ "code": "<string>", "message": "<string>" }
Delete a chunk. Requires If-Match: <revision> from the prior GET. The chunk disappears from listings immediately and stops affecting search after the next re-index pass.
If-Match: <revision>
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Chunk deleted