Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.21 KB

deletefileout.md

File metadata and controls

21 lines (16 loc) · 1.21 KB

DeleteFileOut

Example Usage

import { DeleteFileOut } from "@mistralai/mistralai/models/components";

let value: DeleteFileOut = {
  id: "497f6eca-6276-4993-bfeb-53cbbbba6f09",
  object: "file",
  deleted: false,
};

Fields

Field Type Required Description Example
id string ✔️ The ID of the deleted file. 497f6eca-6276-4993-bfeb-53cbbbba6f09
object string ✔️ The object type that was deleted file
deleted boolean ✔️ The deletion status. false