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