Adapter Development Kit 6.5 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Using the Services for Managing Namespace Nodes | Polling Notification Services | wm.art.dev.notification:deleteListenerNotificationNode
 
wm.art.dev.notification:deleteListenerNotificationNode
This service removes a specified instance of listener notification. You must disable the notification before deleting it, using the disableListenerNotification service. For more information, see the webMethods Integration Server Built-In Services Reference for your release.
This action is immediate and non-reversible, and returns no output data. Use the cascadeDelete flag to propagate the deletion across the Broker. You may assume that the service completed successfully if it does not throw a checked exception.
Input Parameters
notificationName
String. Required. The namespace folder:node name of an existing listener notification.
cascadeDelete
Boolean. If true, this parameter propagates the deletion across the Broker.
Output Parameters
None.