# File lib/chef/data_bag_item.rb, line 205
    def cdb_destroy
      Chef::Log.debug "Destroying data bag item: #{self.inspect}"
      @couchdb.delete("data_bag_item", object_name, @couchdb_rev)
    end