Schema representing a DeleteFileResponse within the OpenAI API
@type t() :: %ExOpenAI.Components.DeleteFileResponse{ deleted: boolean(), id: String.t(), object: :file }