Vector stores
Delete vector store file
Delete a vector store file. This will remove the file from the vector store but the file itself will not be deleted. To delete the file, use the delete file endpoint.
delete/vector_stores/{vector_store_id}/files/{file_id}
Path parameters
vector_store_idstring required
The ID of the vector store that the file belongs to.
file_idstring required
The ID of the file to delete.
Response
OK