Delete the object
176 177 178
# File 'lib/adauth/ad_object.rb', line 176 def delete Adauth.connection.delete(dn: @ldap_object.dn) end