# File lib/chef/rest.rb, line 119 def delete_rest(path, headers={}) api_request(:DELETE, create_url(path), headers) end