v3

latestOpenAPI 3.0.02026-07-31800117.7 KB
Capabilities

documents.unlink-duplicate

Remove one document from its duplicate group. If the selected document is the group master, the remaining duplicates are either dissolved or reassigned to a replacement master.

post/capabilities/documents.unlink-duplicate

Request body

documentIdstring required

Document ID to remove from its duplicate group

replacementMasterIdstring

Optional duplicate child ID to promote when unlinking the current master

Response

Successful response

successboolean
codeinteger

Example response

{
  "success": true,
  "code": 200
}