AI-generated Key Takeaways
-
Deletes the link between an Analytics account and a Google Marketing Platform organization.
-
Requires the user to have appropriate organization and Analytics account admin permissions.
-
Uses a DELETE request with the Analytics account link name specified in the path.
-
The request body should be empty, and a successful deletion results in an empty response body.
-
Authorization is needed with the
https://www.googleapis.com/auth/marketingplatformadmin.analytics.update
scope.
Deletes the AnalyticsAccountLink, which detaches the Analytics account from the Google Marketing Platform organization.
User needs to be an org user, and admin on the Analytics account in order to delete the link.
HTTP request
DELETE https://marketingplatformadmin.googleapis.com/v1alpha/{name=organizations/*/analyticsAccountLinks/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the Analytics account link to delete. Format: organizations/{org_id}/analyticsAccountLinks/{analytics_account_link_id} |
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/marketingplatformadmin.analytics.update