Skip to main content
Module

x/openai/resources/beta/vector-stores/files.ts>Files#del

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
method Files.prototype.del
import { Files } from "https://deno.land/x/openai@v4.58.1/resources/beta/vector-stores/files.ts";

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.

Parameters

vectorStoreId: string
fileId: string
optional
options: Core.RequestOptions

Returns

Core.APIPromise<VectorStoreFileDeleted>