# File lib/sdb/active_sdb.rb, line 733
      def delete
        raise_on_id_absence
        connection.delete_attributes(domain, id)
      end