v1

latestOpenAPI 3.1.0MIT2026-07-132429592.7 MB
Vector stores

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](/docs/api-reference/files/delete) 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

idstring required
deletedboolean required
object'vector_store.file.deleted' required