AI-generated Key Takeaways
-
This document outlines how to delete an AdSenseLink using a
DELETE
HTTP request to a specified URL containing the property and link IDs. -
The request requires a specific authorization scope:
https://www.googleapis.com/auth/analytics.edit
. -
The request body must be empty, and a successful response will return an empty JSON object.
Deletes an AdSenseLink.
HTTP request
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/adSenseLinks/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Unique identifier for the AdSense Link to be deleted. Format: properties/{propertyId}/adSenseLinks/{linkId} Example: properties/1234/adSenseLinks/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