在向量存儲中移除文檔
Last updated
Last updated
vector-store-id
字串
必填。 包含文件的向量存儲的 ID。
document-id
整數
必填。 要刪除的文件的 ID。
成功的請求會返回 204 無內容狀態碼,並且沒有回應主體。
此端點需要使用 x-api-key
標頭中的 API 金鑰進行認證。
401
未授權 - 無效或缺失的 API 金鑰
404
未找到 - 向量儲存或文件未找到
500
內部伺服器錯誤
此端點允許您從向量儲存中移除文件。一旦刪除,該文件及其向量嵌入將不再可用於搜索操作。這對於移除過時、不相關或敏感的內容非常有用。
警告:文件刪除是永久性的,無法撤銷。在刪除重要文件之前,請確保您有備份。
Delete a specific document from a vector store.
The ID of the vector store.
The ID of the document.
The API key for authentication.
Document deleted successfully.
No content