beta.rag.managed_indexes

Delete documents from a managed index

Deletes the given documents by id. Returns the ids actually removed and, in missing, any requested ids that were not present.

delete/v1/rag/managed_indexes/{index_name}/documents

Path parameters

index_namestring required

Request body

document_idsstring[] required

Response

Successful Response

deleted_document_idsstring[] required
missingstring[] required

Changes