AI-generated Key Takeaways
-
Deletes a cancelled DisplayVideo360AdvertiserLinkProposal associated with a Google Analytics 4 property.
-
Uses an HTTP DELETE request specifying the proposal's resource name in the URL path.
-
Requires an empty request body and returns an empty response body upon successful deletion.
-
Needs authorization with the
https://www.googleapis.com/auth/analytics.edit
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