DeleteRecursive |
This Web service operation recursively deletes all child entries and nodes of a particular node.
SOAP Request
<DeleteRecursive sync_id="0" xmlns="http://schemas.cordys.com/1.0/ldap"> <tuple sync_id="0"> <old> <entry dn="cn=BELservice,cn=authenticated users,cn=cordys,o=vanenburg.com"> <defaultcontext> <string>o=system,cn=cordys,o=vanenburg.com</string> </defaultcontext> <description> <string>Service Account for BEL Services</string> </description> <cn> <string>BELservice</string> </cn> <objectclass> <string>top</string> <string>busauthenticationuser</string> </objectclass> <osidentity> <string>BELservice</string> </osidentity> </entry> </old> </tuple> </DeleteRecursive>
Request Parameters
Parameter |
Description |
---|---|
tuple |
The tuple. |
old |
The entry to be deleted. |