Universal Messaging C++ Client: Delete a Realm ACL Entry
This example demonstrates how to delete an ACL entry from a realm on a Universal Messaging Channel.
Usage
delrealmacl <rname> <user> <host>
<Required Arguments>
<rname> - the rname of the server to connect to
<user> - User name parameter for the ACL entry to delete
<host> - Host name parameter for the ACL entry to delete
Application Source Code