# File lib/couch_object/server.rb, line 42 def delete(path) req = Net::HTTP::Delete.new(path) request(req) end