class Restforce::Concerns::BatchAPI::Subrequests

def destroy(sobject, id)

def destroy(sobject, id)
  requests << { method: 'DELETE', url: batch_api_path("#{sobject}/#{id}") }
end