AI-generated Key Takeaways
-
Display & Video 360 API v3 has sunset and users should use v4 instead.
-
Deleting an advertiser using this method will also delete all of its child resources and cannot be recovered.
-
The DELETE request to delete an advertiser is made to
https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}
. -
This operation requires the
https://www.googleapis.com/auth/display-video
authorization scope.
Deletes an advertiser. Deleting an advertiser will delete all of its child resources, for example, campaigns, insertion orders and line items. A deleted advertiser cannot be recovered.
HTTP request
DELETE https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
advertiserId |
The ID of the advertiser we need to delete. |
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/display-video
For more information, see the OAuth 2.0 Overview.