Join us live on
Discord on the Google Advertising and Measurement Community server and on
YouTube on August 20th at 10:00 AM EST! We will discuss the new features added in v25.1 of the Google Ads API.
RemoveProductLinkRequest
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
This message is used to request the removal of a product link via the ProductLinkService.RemoveProductLink method.
The request requires a customer_id and the resource_name of the product link to be removed.
An optional validate_only field can be set to true to validate the request without executing it.
Fields
customer_id
string
Required. The ID of the customer being modified.
resource_name
string
Required. Remove operation: A resource name for the product link to remove is expected, in this format:
customers/{customer_id}/productLinks/{product_link_id}
validate_only
bool
If true, the request is validated but not executed. Only errors are returned, not results.
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 2026-02-23 UTC.
[null,null,["Last updated 2026-02-23 UTC."],[],[]]