Contents LDAP SCL Interface Previous Next

_DELETE

Deletes an entry in an LDAP directory.

Syntax

_DELETE(entryName);

entryName
Character, input
Names the directory entry that is to be deleted.

Details

When 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=Alpine Airways,c=US";
rc = ds._DELETE(dn);

Contents LDAP SCL Interface Previous Next