Method: customers.productLinkInvitations.remove

Remove a product link invitation.

HTTP request

POST https://googleads.googleapis.com/v16/customers/{customerId}/productLinkInvitations:remove

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
customerId

string

Required. The ID of the product link invitation being removed.

Request body

The request body contains data with the following structure:

JSON representation
{
  "resourceName": string
}
Fields
resourceName

string

Required. The resource name of the product link invitation being removed. expected, in this format:

` `

Response body

Response message for product link invitation removeal.

If successful, the response body contains data with the following structure:

JSON representation
{
  "resourceName": string
}
Fields
resourceName

string

Result for the remove request.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adwords

For more information, see the OAuth 2.0 Overview.