function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Scott TrickScott Trick 

Rest API Merge Accounts

Currently I am using REST API but now have a need to Merge two Accounts in Salesforce.

I found that this does not exist in REST API, but does in SOAP.

What I'm wondering is if anyone knows if they will be adding Merge to REST API?

Thank you,
Scott
SwethaSwetha (Salesforce Developers) 
HI Scott,
As pointed out in https://salesforce.stackexchange.com/questions/286896/how-to-merge-two-records-via-rest REST doesn't support Merge requests. Please consider logging an Idea on IdeaExchange(https://ideas.salesforce.com/s/) so the Salesforce product team can implement it in coming releases.

Related:
SOAP merge(): https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_calls_merge.htm

If this information helps, please mark the answer as best. Thank you