import { DeleteVectorStoreFileRequest } from "argot-open-ai/models/operations";
let value: DeleteVectorStoreFileRequest = {
vectorStoreId: "<id>",
fileId: "<id>",
};
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. |