Values.DeleteCaseRequestSourceThe DeleteCase API permanently deletes a case and all its associated resources from the cases data store. After a successful deletion, you cannot: Retrieve related items Access audit history Perform any operations that require the CaseID This action is irreversible. After you delete a case, you cannot recover its data.
type nonrec t = {domainId : DomainId.t;A unique identifier of the Cases domain.
*)caseId : CaseId.t;A unique identifier of the case.
*)}