Delete Vector Store File
DELETE/v1/vector_stores/{vector_store_identifier}/files/{file_id}
Authorization
Authorizationstringrequired
Bearer token for API authentication. Format: `Bearer YOUR_API_KEY`
Path Parameters
vector_store_identifierstringrequired
The ID or name of the vector store
file_idstringrequired
The ID of the file to delete
Response Body
idstringrequired
ID of the deleted file
deletedbooleandefault:
true
Whether the deletion was successful
objectstringdefault:
vector_store.file
Type of the deleted object
Add File to Vector Store
Upload a new file to a vector store for indexing.
Search Chunks
Perform semantic search across vector store chunks. This endpoint searches through vector store chunks using semantic similarity matching. It supports complex search queries with filters and returns relevance-scored results.
Last updated: August 19, 2025