Deletes the association between the assistant and the file, but does not delete the File object itself.

interface FileDeleteResponse {
    deleted: boolean;
    id: string;
    object: "assistant.file.deleted";
}

Properties

Properties

deleted: boolean
id: string
object: "assistant.file.deleted"

Generated using TypeDoc