Skip to main content
Module

x/openai/resources/beta/assistants/files.ts>Files#del

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

Delete an assistant file.

Parameters

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

Returns

Core.APIPromise<FileDeleteResponse>