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 | Polling Notification Services | wm.art.dev.notification:deletePollingNotificationNode
 
wm.art.dev.notification:deletePollingNotificationNode
This service deletes the specified polling notification node. 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.
*You must disable the polling notification node before you delete it, using the pub.art.notification:disablePollingNotificationNode 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 Broker.
*You may assume that the service completed successfully if it does not throw a checked exception.
This action is immediate and non-reversible, and returns no output data. 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 polling notification in the format: folder:node.
cascadeDelete
Boolean. Boolean. Possible values are:
*true. Propagates the deletion across the Broker.
*false. Default.
Output Parameters
None.