pub fn delete_vector_store_file<C, Fut, B, E>(
client: C,
params: &DeleteVectorStoreFileParams,
) -> DeleteVectorStoreFile<Fut, B, E> ⓘ
Expand description
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.