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