AckdbMergeRequest

Request to merge two duplicate entities. Winner keeps its entity_id.

Properties

winnerIdstringrequired

Entity that survives the merge.

loserIdstringrequired

Entity that gets soft-deleted after merge.

Example

AckdbMergeRequest example
{
  "winnerId": "01HXYZ123456789ABCDEFGH",
  "loserId": "01HABCD123456789EFGHIJK"
}