rocket
Meet
Merchant API
- the official successor to Content API for Shopping.
update
Get the latest
on new Merchant API features, bug fixes, and updates.
add_alert
Note: Content API for Shopping will be sunset on August 18, 2026.
Remove links
Stay organized with collections
Save and categorize content based on your preferences.
Merchants can remove a link
at any time by visiting the Partners tab
in Google Merchant Center. Partners can remove links programmatically using the
remove
action of the accounts.link
method. Once a link is removed, it no longer exists and must be re-requested
and re-approved again.
Just as approve
actions can selectively choose which services
to
make active, a remove
action can also act on a subset of the services
list.
Example
Continuing the example from the previous sections, a merchant account 98765
can remove the link to partner 123456789
by sending a request specifying
"action": "remove"
.
POST https://shoppingcontent.googleapis.com/content/v2.1/98765/accounts/98765/link
{
"linkedAccountId": "123456789",
"linkType": "eCommercePlatform",
"services": ["shoppingAdsProductManagement"],
"action": "remove"
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-13 UTC.
[null,null,["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"],null,[]]