Method: Atom::Collection#delete!

Defined in:
lib/atom/collection.rb

#delete!(entry, url = entry.edit_url) ⇒ Object

DELETE an entry from the collection



106
107
108
# File 'lib/atom/collection.rb', line 106

def delete!(entry, url = entry.edit_url)
  @http.delete(url)
end