Method: properties.displayVideo360AdvertiserLinkProposals.delete
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]