Method: partners.adsAccountLinks.delete
Deletes Ads account link. This will unlink the Google Ads account and the Partner Center account.
HTTP request
DELETE https://mapsbooking.googleapis.com/v1alpha/{name=partners/*/adsAccountLinks/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. The name of the AdsAccountLink to delete. Format: partners/{partner}/adsAccountLinks/{adsAccountLink}
|
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/mapsbooking
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 2024-10-17 UTC.
[null,null,["Last updated 2024-10-17 UTC."],[[["This document explains how to delete an Ads account link, which unlinks a Google Ads account from a Partner Center account."],["The operation requires a `DELETE` request to a specific URL with the Ads account link's name as a path parameter."],["The request body should be empty, and a successful operation results in an empty response body."],["Authorization is necessary using the `https://www.googleapis.com/auth/mapsbooking` OAuth scope."]]],[]]