Example #1
0
        public async Task DeleteGroup()
        {
            string groupId = "16";

            try
            {
                await _client.DeleteGroup(groupId);
            }
            catch (Exception e)
            {
            }
        }