RemoveProductLinkRequest

  • The RemoveProductLinkRequest is used to remove a product link using the Google Ads API.

  • It requires the customer_id and the resource_name of the product link to be removed.

  • The validate_only field can be used to validate the request without execution.

Request message for ProductLinkService.RemoveProductLink.

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.