RemoveProductLinkRequest

  • 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.

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.