Method: RTX::API::Collection#delete!

Defined in:
lib/rtx/api/collection.rb

#delete!(attrs = {}) ⇒ Object

Deletes a resource via DELETE and returns true on success



38
39
40
41
# File 'lib/rtx/api/collection.rb', line 38

def delete!(attrs = {})
  client.authenticate if !client.authenticated?
  delete(symbolize_hash(attrs))
end