C++ Client: Deleting a Channel
This example demonstrates how to delete a Universal Messaging channel programmatically.
Usage
deletechan <rname> <channel name>
<Required Arguments>
<rname> - the rname of the server to connect to
<channel name> - Channel name parameter for the channel to be deleted
Application Source Code