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