AI-generated Key Takeaways
-
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.
Deletes a SearchAds360Link on a property.
HTTP request
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/searchAds360Links/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the SearchAds360Link to delete. Example format: properties/1234/SearchAds360Links/5678 |
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/analytics.edit