class Restforce::Client

def destroy!(sobject, id)

otherwise.
Returns true of the sobject was successfully deleted, raises an error

See .destroy
def destroy!(sobject, id)
  api_delete "sobjects/#{sobject}/#{id}"
  true
end