Method: properties.searchAds360Links.delete
Löscht einen SearchAds360Link für eine Property.
HTTP-Anfrage
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/searchAds360Links/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name des zu löschenden SearchAds360-Links. Beispielformat: properties/1234/SearchAds360Links/5678
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, ist der Antworttext ein leeres JSON-Objekt.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/analytics.edit
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-01-14 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-01-14 (UTC)."],[[["Deletes a SearchAds360Link associated with a Google Analytics 4 property."],["Requires providing the SearchAds360Link name in the request path."],["Uses an HTTP DELETE request with an empty request body."],["Needs `analytics.edit` authorization scope for successful execution."],["Returns an empty response body upon successful deletion."]]],["This document details the process of deleting a SearchAds360Link on a property via a `DELETE` HTTP request. The request URL, utilizing gRPC Transcoding, requires a `name` path parameter specifying the link's unique identifier. The request body must be empty. A successful operation returns an empty JSON object. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. You can \"Try it\" on the web site.\n"]]