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 custom URL to access the realm. Example: nhp://localhost:9000

<channel name> - Channel name parameter for the channel to be deleted

Application Source Code

Click here for a code example