deleteSubElement
deleteSubElement deletes an existing sub-element from a specified top-level configuration element.
When deleting a sub-element, users must provide an unambiguous path to the target sub-element to be deleted. The path consists of the ACP top-level identifier, followed by one or more followed by one or more sub-element types. At each path level, primaryKeys (such as ACLI object names) must be supplied to ensure unambiguous element identification. For example, the following path
sipManipulation(primaryKeys)/headerRule(primaryKeys)/elementRule(name=”rule2”)
identifies a SIP element rule to be deleted.
public WSConfigResult addSubElement(String targetName, WSConfigElement parent, WSConfigElement child) throws AcmeConfigWSFault, AcmeAdminWSFault;