Function delete_vector_store_file

Source
pub fn delete_vector_store_file<C, Fut, B, E>(
    client: C,
    params: &DeleteVectorStoreFileParams,
) -> DeleteVectorStoreFile<Fut, B, E> 
where C: FnOnce(Request<String>) -> Fut, Fut: Future<Output = Result<Response<B>, E>>, B: Body,
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.