Unmerge entity API
Request
This API request unsubscribes an entity in the DT from an entity in the CT. The body of the request should contain details of the crosswalk of the CT entity to be unsubscribed and the header should contain the IDs of the CT and DT.
POST {DTSSURL}/entities/_unmerge
When on your customer tenant, you have a record that was subscribed to a record in the DT tenant, you can unmerge/unsubscribe them.
In the API request, you specify the ID of the customer and data tenant in the header. In the API request body, specify the ID of the DT record that must be unmerged (“value”) as well as the source (“type”).
The response to the request indicates whether it was successful.
In the customer tenant, refresh the search page to find that the records have now unmerged. If you go to the source's view, you can see the data tenant crosswalk doesn’t exist anymore on the record indicating that the DT record is unmerged or unsubscribed.