AI-generated Key Takeaways
-
The
delete
method is used to delete a GoogleAdsLink on a property. -
The request uses a
DELETE
HTTP method with a URL that specifies the property and GoogleAdsLink to be deleted. -
The request body must be empty, and a successful response returns an empty JSON object.
-
Authorization requires the
https://www.googleapis.com/auth/analytics.edit
OAuth scope.
Deletes a GoogleAdsLink on a property
HTTP request
DELETE https://analyticsadmin.googleapis.com/v1beta/{name=properties/*/googleAdsLinks/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Example format: properties/1234/googleAdsLinks/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