deleteRole (ACL - Java™)
Deletes a role from an ACL and removes it from any ACL entries that have it.
Defined in
Syntax
public void deleteRole(String name)
throws NotesException
Parameters
String name
The name of the role to remove. Do not put brackets around the name.
Usage
You must call save on the ACL if you want the modified ACL to be saved to disk.