AI-generated Key Takeaways
-
This method deletes a DisplayVideo360AdvertiserLinkProposal on a property, specifically for cancelled proposals.
-
The HTTP request uses the
DELETE
method with a URL structure that includes the property and proposal identifiers. -
The request requires the
name
path parameter, which specifies the DisplayVideo360AdvertiserLinkProposal to delete. -
The request body must be empty, and a successful response will also have an empty JSON object body.
-
Authorization requires the
https://www.googleapis.com/auth/analytics.edit
OAuth scope.
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 |
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