Method: partners.adsAccountLinks.delete
Stay organized with collections
Save and categorize content based on your preferences.
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."],[[["\u003cp\u003eThis document explains how to delete an Ads account link, which unlinks a Google Ads account from a Partner Center account.\u003c/p\u003e\n"],["\u003cp\u003eThe operation requires a \u003ccode\u003eDELETE\u003c/code\u003e request to a specific URL with the Ads account link's name as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should be empty, and a successful operation results in an empty response body.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization is necessary using the \u003ccode\u003ehttps://www.googleapis.com/auth/mapsbooking\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: partners.adsAccountLinks.delete\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nDeletes Ads account link. This will unlink the Google Ads account and the Partner Center account.\n\n### HTTP request\n\n`DELETE https://mapsbooking.googleapis.com/v1alpha/{name=partners/*/adsAccountLinks/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|--------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The name of the AdsAccountLink to delete. Format: partners/{partner}/adsAccountLinks/{adsAccountLink} |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body is empty.\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/mapsbooking`"]]