Lotus Notes Adapter 6.0 | webMethods Lotus Notes Adapter Documentation | webMethods Lotus Notes Adapter Installation and User’s Documentation | Built-In Services Reference | Built-In Services Reference | wm.ln.acl:deleteRole
 
wm.ln.acl:deleteRole
This flow service deletes a role from an ACL and removes it from any ACL entries that have it. The ACL.save() must be explicitly called to save the modified ACL to disk.
Input Parameters
roleName
String The name of the role to delete. Square brackets are not required around the name.
acl
ACL The lotus.domino.ACL object to delete the role from.
Output Parameters
value
String "SUCCESS" if the deleteRole method in the lotus.domino.ACL class executes without problems.