---@diagnostic disable: missing-return, lowercase-global ---@meta ---@param name string ---Removes a character from the player's party or raid. Only works if the player is the party leader, raid leader, or raid assistant. Also used by the Looking For Group tool to vote kick players. This is what the "reason" argument is used for. ---@overload fun(name: string, reason: string): nil function UninviteUnit(name, reason) end