Remove a document in Vector Store
Last updated
Last updated
vector-store-id
string
Required. The ID of the vector store containing the document.
document-id
integer
Required. The ID of the document to delete.
A successful request returns a 204 No Content status code with no response body.
This endpoint requires authentication using an API key in the x-api-key
header.
401
Unauthorized - Invalid or missing API key
404
Not Found - Vector Store or document not found
500
Internal Server Error
This endpoint allows you to remove a document from your vector store. Once deleted, the document and its vector embeddings will no longer be available for search operations. This is useful for removing outdated, irrelevant, or sensitive content from your knowledge base.
Warning: Document deletion is permanent and cannot be undone. Make sure you have a backup of important documents before deleting them.
Delete a specific document from a vector store.
The ID of the vector store.
The ID of the document.
The API key for authentication.
No Content