Remove this node via the REST API
657 658 659
# File 'lib/chef/node.rb', line 657 def destroy chef_server_rest.delete("nodes/#{name}") end