Universal Messaging 10.1 | Developer Guide | Enterprise APIs | Enterprise Developer's Guide for C++ | Code Examples for C++ | Administration API | C++ Client: Delete a Realm ACL Entry
 
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
Click here for a code example