Universal Messaging 10.11 | Administration Guide | Using Command Central to Manage Universal Messaging | Using the Command Line to Manage Universal Messaging | Durable Subscribers Monitoring | Delete a Durable Subscriber
 
Delete a Durable Subscriber
Deletes a durable subscriber on a specific channel.
Syntax
sagcc exec administration component nodeAlias Universal-Messaging-instanceName
durablesubscribers delete channel=channelName name=durableSubscriberName
Arguments and Options
nodeAlias
Required. The alias name of the installation in which the Universal Messaging server instance is installed.
Universal-Messaging-instanceName
Required. The ID of the Universal Messaging server instance on which you want to delete a durable subscriber.
channel=channelName
Required. The name of the channel on which you want to delete a durable subscriber.
name=durableSubscriberName
Required. The name of the durable subscriber you want to delete.
Examples
To delete durable subscriber "dsubscriber1" on channel "channel3", on the server instance with ID "Universal-Messaging-umserver", installed in the installation with alias name "sag01":
sagcc exec administration component sag01 Universal-Messaging-umserver
durablesubscribers delete channel=channel3 name=dsubscriber1