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:deletePollingNotificationNode
 
wm.art.dev.notification:deletePollingNotificationNode
This service removes an instance of a specified polling notification. You must disable the notification before deleting it, using the disablePollingNotificationNode 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 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 polling notification.
cascadeDelete
Boolean. If true, this parameter propagates the deletion across Broker.
Output Parameters
None.