unmergepost https://api-examples.tamr.cloud/api/v1alpha1/tables/{tableId}/records/{recordId}:unmergeUnmerges the specified record based on historyPath ParamstableIdstringrequiredRequired. The table that the records belong to.recordIdstringrequiredRequired. The record to unmerge.Body ParamsexpectedVersionobjectThe expected version of the record. If specified, operation is performed only if the current of the record matches this.expectedVersion objectversionToUnmergestringThe version of the merge to revert. If not provided, will attempt to unmerge from the most recent version of the record id.dryRunbooleanOptional. Return the result of unmerge without applying it. Default is false.truefalseversionIdOfRecordDataToRetainstringOptional. The version of the record data to retain after unmerge. The retained record will have the exact data of this version after unmerge when specified. By default will retain the data of the record prior to merge.Response 200A successful response.Updated 23 days ago