HTTP DELETE request
24 25 26
# File 'lib/paychex/request.rb', line 24 def delete(path, options = {}) request(:delete, path, options) end