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 custom URL to access the realm. Example: nhp://localhost:9000
<user> - User name parameter for the ACL entry to delete
<host> - Host name parameter for the ACL entry to delete
Application Source Code