Delete <CODE>DN</CODE> from the server. <CODE>DN</CODE> May be a string or a <A HREF="../../../site/lib/Net/LDAP/Entry.html">the Net::LDAP::Entry manpage</A>
object.
<DL>
<DT><STRONG>dn</STRONG><BR>
<DD>
This option is here for <STRONG>compatibility only</STRONG>, and may be removed in future.
Previous releases did not take the <CODE>DN</CODE> argument which replaces this option.
This is an alternative to <A HREF="#item_add"><CODE>add</CODE></A>, <A HREF="#item_delete"><CODE>delete</CODE></A> and <A HREF="#item_replace"><CODE>replace</CODE></A> where the
whole operation can be given in a single argument. The argument should
be a reference to an ARRAY.
<P>Values in the ARRAY are used in pairs, the first is the operation
<A HREF="#item_add"><CODE>add</CODE></A>, <A HREF="#item_delete"><CODE>delete</CODE></A> or <A HREF="#item_replace"><CODE>replace</CODE></A> and the second is a reference to an
ARRAY of attribute values.</P>
<P>The attribute value list is also used in pairs. The first value in each
pair is the attribute name and the second is a reference to a list of values.</P>
<P>Use this form if you want to control the order in which the operations will
The scope for the search. This can be one of <A HREF="#item_base"><CODE>base</CODE></A>, <CODE>one</CODE> or <A HREF="../../../lib/Pod/perlfunc.html#item_sub"><CODE>sub</CODE></A> or
it can be the numeric value for each of these 0,1,2 respectively. The default
is <A HREF="../../../lib/Pod/perlfunc.html#item_sub"><CODE>sub</CODE></A>.