Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.11 KB

deletevectorstorefilerequest.md

File metadata and controls

19 lines (14 loc) · 1.11 KB

DeleteVectorStoreFileRequest

Example Usage

import { DeleteVectorStoreFileRequest } from "argot-open-ai/models/operations";

let value: DeleteVectorStoreFileRequest = {
  vectorStoreId: "<id>",
  fileId: "<id>",
};

Fields

Field Type Required Description
vectorStoreId string ✔️ The ID of the vector store that the file belongs to.
fileId string ✔️ The ID of the file to delete.