Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi All,
Can we delete processing rules via developer? if yes ,could you please advise.
Thanks in advance.
Vasanth Murali
You can try using these services in steps:
wm.tn.route:getRule (pass ruleName to get ruleID) wm.tn.route:delete (pass ruleID)
But why do you want to do like this programmatically?
HTH, RMG