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.
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"
]