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