Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
RemoveProductLinkInvitationRequest
Request message for [ProductLinkinvitationService.RemoveProductLinkInvitation][].
Fields |
customer_id
|
string
Required. The ID of the product link invitation being removed.
|
resource_name
|
string
Required. The resource name of the product link invitation being removed. expected, in this format: ` `
|
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-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["This documentation outlines the request message format for removing a product link invitation using the `ProductLinkinvitationService.RemoveProductLinkInvitation` method."],["The request requires the `customer_id` and `resource_name` fields, both of which are mandatory and represent the ID and resource name of the product link invitation to be removed."]]],["The message requests removal of a product link invitation. Two required fields are necessary: `customer_id`, which specifies the ID of the invitation, and `resource_name`, the invitation's resource name, expected in a specific format. These fields uniquely identify the product link invitation to be deleted. This operation is invoked via the `ProductLinkinvitationService.RemoveProductLinkInvitation` method.\n"]]