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