|
Directory Services
_DELETEDeletes an entry in an LDAP directory. Syntax_DELETE(entryName);
DetailsWhen invoked on an LDAPSERVICES instance, the _DELETE method deletes an entry from the LDAP directory, as shown in the following example: dn = "cn=myhost.net.com,o=Alphalite Airways,c=US"; rc = ds._DELETE(dn); |