# File lib/fog/baremetal/openstack/requests/delete_node.rb, line 5 def delete_node(node_uuid) data = {:node_ident => node_uuid} request( :body => Fog::JSON.encode(data), :expects => [200, 204], :method => 'DELETE', :path => 'nodes' ) end