class Restforce::SObject
def destroy
account = client.query('select Id, Name from Account').first
Examples
Public: Destroy this record.
def destroy ensure_id @client.destroy(sobject_type, self.Id) end
def destroy ensure_id @client.destroy(sobject_type, self.Id) end