class Restforce::Client
def destroy!(sobject, id)
Returns true of the sobject was successfully deleted, raises an error
See .destroy
def destroy!(sobject, id) api_delete "sobjects/#{sobject}/#{id}" true end
def destroy!(sobject, id) api_delete "sobjects/#{sobject}/#{id}" true end