Cancel a pending diff record, voiding any future confirm attempts.
After this call, objectSetStorageClass (or any other command that uses confirmedDiffId) will return a Validation error.
objectSetStorageClass
confirmedDiffId
Validation
Returns AppError { kind: "NotFound" } when the diff does not exist.
AppError { kind: "NotFound" }
The DiffId returned by diffPreviewCreate.
DiffId
diffPreviewCreate
Cancel a pending diff record, voiding any future confirm attempts.
After this call,
objectSetStorageClass(or any other command that usesconfirmedDiffId) will return aValidationerror.Returns
AppError { kind: "NotFound" }when the diff does not exist.