Method: Restforce::SObject#destroy!

Defined in:
lib/restforce/sobject.rb

#destroy!Object

[View source]

47
48
49
50
# File 'lib/restforce/sobject.rb', line 47

def destroy!
  ensure_id
  @client.destroy!(sobject_type, self.Id)
end