26 27 28
# File 'lib/docusign_api.rb', line 26 def delete( path, body = nil ) perform( path, :delete, body: body ) end