BatchJobUtilities batchJobUploadHelper = BatchJobUploadHelper(accountId);
string resumableUploadUrl = batchJobUploadHelper.GetResumableUploadUrl(batchJob.uploadUrl.url);
batchJobUploadHelper.Upload(resumableUploadUrl, operations);
Why can't these changes be undone? We have another app doing the same thing in Java using CampaignServiceInterface in v201806 which is allowing undo.