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