Method: advertisers.delete
删除广告客户。删除广告客户将会删除其所有子资源,例如广告系列、广告订单和订单项。已删除的广告客户无法恢复。
HTTP 请求
DELETE https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}
网址采用 gRPC 转码语法。
路径参数
参数 |
advertiserId |
string (int64 format)
我们需要删除的广告客户的 ID。
|
授权范围
需要以下 OAuth 作用域:
https://www.googleapis.com/auth/display-video
有关详情,请参阅 OAuth 2.0 概览。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-06-11。
[null,null,["最后更新时间 (UTC):2024-06-11。"],[[["This operation permanently deletes an advertiser and all its associated resources like campaigns, insertion orders, and line items."],["The request requires the advertiser ID and an empty request body, sent as a DELETE request to the specified endpoint."],["Successful deletion results in an empty response body, indicating the advertiser and its resources have been removed."],["Authorization for this action necessitates the `https://www.googleapis.com/auth/display-video` OAuth scope."]]],[]]