42 43 44
# File 'lib/opencrx/session.rb', line 42 def delete(url, options = {}) action(:delete, url, options.merge(headers: {})) end