Adapter Development Kit 9.12 | webMethods Adapter Development Kit Documentation | webMethods Adapter Development Kit Installation and User’s Documentation | Using the Services for Managing Namespace Nodes | Listener Notification Services | wm.art.dev.notification:deleteListenerNotificationNode
 
wm.art.dev.notification:deleteListenerNotificationNode
This service deletes the specified listener notification node.
*You must disable the listener notification node before you delete it, using the pub.art.notification:disableListenerNotification service.
For more information, see the webMethods Integration Server Built-In Services Reference for your release.
*The delete action is immediate and non-reversible, and returns no output data.
*Set 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
Name
Description
notificationName
String. Required. Name of the listener notification node in the format: folder:node.
cascadeDelete
Boolean. Possible values are:
*true. Propagates the deletion across the Broker.
*false. Default.
Output Parameters
None.