Delete embedding chunks by chunk ID.
Use this to remove specific chunks from your embeddings index when they are no longer valid or should not appear in results.
Documentation Index
Fetch the complete documentation index at: https://cortex-ad5578da.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for the tenant/organization
"tenant_1234"
Optional sub-tenant ID for scoping deletion
"sub_tenant_4567"
Optional source ID to delete by (mutually exclusive with chunk_ids)
"CortexDoc1234"
Optional list of chunk IDs to delete (mutually exclusive with source_id)
[
"CortexEmbeddings123_0",
"CortexEmbeddings123_1"
]