Method: Paychex::Request#delete

Defined in:
lib/paychex/request.rb

#delete(path, options = {}) ⇒ Object

HTTP DELETE request



24
25
26
# File 'lib/paychex/request.rb', line 24

def delete(path, options = {})
  request(:delete, path, options)
end