#include <ldap.h> int ldap_delete_s( LDAP *ld, const char *dn)
The ldap_delete_s() routine initiates a synchronous LDAP operation to delete a leaf entry.
Note that the entry to delete must be a leaf entry (that is, it must have no children). Deletion of entire subtrees in a single operation is not supported by LDAP.
No i5/OS authority is required. All authority checking is done by the LDAP server.
The ldap_delete_s() will return an LDAP error code if not successful. See LDAP Client API Error Conditions for possible LDAP error code values.
The following message may be sent from this function.
| Message ID | Error Message Text |
|---|---|
| CPF3CF2 E | Error(s) occurred during running of ldap_delete_s API. |
| Top | LDAP APIs | APIs by category |