Error
Embeddings
Delete Embeddings
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.
DELETE
Error
Examples
- API Request
- TypeScript
- Python (Sync)
Error Responses
All endpoints return consistent error responses following the standard format. For detailed error information, see our Error Responses documentation.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Unique identifier for the tenant/organization
Example:
"tenant_1234"
Optional sub-tenant ID for scoping deletion
Example:
"sub_tenant_4567"
Optional source ID to delete by (mutually exclusive with chunk_ids)
Example:
"CortexDoc1234"
Optional list of chunk IDs to delete (mutually exclusive with source_id)
Example:
[
"CortexEmbeddings123_0",
"CortexEmbeddings123_1"
]