Use the DeleteContact procedure of the Managed Active Directory namespace to delete a contact in Active Directory.
This procedure expects to be called with impersonate="1". The procedure impersonates the caller.
<request>
<procedure>
<execute namespace="Managed Active Directory" procedure="DeleteContact">
<executeData>
<contact>LDAP://cn=Suzan Fine,OU=Hosting,DC=contoso,DC=com</contact>
</executeData>
</execute>
</procedure>
</request>
The following input is valid for this request:
Use the <contact> element to specify the Lightweight Directory Access Protocol (LDAP) path of contact you want to delete.
<contact>LDAP://LDAP path of the contact</contact>
The response to this procedure does not contain significant data.
Important