[DllImport("netapi32.dll", CharSet = CharSet.Unicode, SetLastError = true)] public static extern uint NetLocalGroupDel( string ServerName, stringGroupName );
Microsoft documentation: Link
Last updated 1 year ago