Remove linksStay organized with collectionsSave and categorize content based on your preferences.
AI-generated Key Takeaways
The Merchant API is the new version of the Content API for Shopping and represents the future of the platform.
Merchants can remove account links via the Google Merchant Center or programmatically using theaccounts.linkmethod'sremoveaction.
Removed links cease to exist and require re-requesting and re-approval for reinstatement.
Similar toapproveactions,removeactions offer granular control, allowing for the selection of specific services to be deactivated.
Merchants canremove a linkat any time by visiting thePartnerstab
in Google Merchant Center. Partners can remove links programmatically using theremoveaction of theaccounts.linkmethod. Once a link is removed, it no longer exists and must be re-requested
and re-approved again.
Just asapproveactions can selectively choose whichservicesto
make active, aremoveaction can also act on a subset of theserviceslist.
Example
Continuing the example from the previous sections, a merchant account98765can remove the link to partner123456789by sending a request specifying"action": "remove".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-13 UTC."],[],["The beta version of the Merchant API, the new Content API for Shopping, is introduced. Merchants can remove links with partners via the \"Partners\" tab in Google Merchant Center. Partners can programmatically remove links using the `accounts.link` method's `remove` action. The `remove` action, like `approve`, can target specific services. An example illustrates removing a link to a partner, using the POST method, including the linked account ID, link type, specific service and action.\n"]]