Try the MCP server for Google Analytics. Install from
GitHub, and see the
announcement for more details.
Method: properties.displayVideo360AdvertiserLinkProposals.delete
Stay organized with collections
Save and categorize content based on your preferences.
Deletes a DisplayVideo360AdvertiserLinkProposal on a property. This can only be used on cancelled proposals.
HTTP request
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/displayVideo360AdvertiserLinkProposals/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. The name of the DisplayVideo360AdvertiserLinkProposal to delete. Example format: properties/1234/displayVideo360AdvertiserLinkProposals/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
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-14 UTC.
[null,null,["Last updated 2025-01-14 UTC."],[],["This document details the process of deleting a DisplayVideo360AdvertiserLinkProposal. It uses a `DELETE` HTTP request to a specified URL, structured using gRPC Transcoding syntax. The `name` path parameter, which is required, identifies the proposal to be deleted. The request body must be empty. A successful deletion is confirmed by an empty JSON object in the response body. Authorization requires the `analytics.edit` OAuth scope. The proposal needs to be already canceled to be deleted.\n"],null,[]]