ldap_delete
Delete an LDAP entry. Blocked if the connection's read-only mode is enabled.
Instructions
Delete an LDAP entry. Blocked when that connection's own readOnly mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dn | Yes | DN of the entry to delete | |
| connectionId | No | Id of the ldap connection to use, from databases.config.yml. Optional when only one ldap connection is configured. |