AI-generated Key Takeaways
-
Deleting an advertiser will also delete all of its child resources such as campaigns, insertion orders, and line items, and a deleted advertiser cannot be recovered.
-
The DELETE request to delete an advertiser uses the URL
https://displayvideo.googleapis.com/v2/advertisers/{advertiserId}
. -
The only path parameter required is
advertiserId
, which is the ID of the advertiser to be deleted. -
Both the request body and the response body are empty for a successful deletion.
-
Deletion requires the OAuth scope
https://www.googleapis.com/auth/display-video
.
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/v2/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 empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/display-video
For more information, see the OAuth 2.0 Overview.