Method: advertisers.delete
広告主を削除します。広告主を削除すると、キャンペーン、広告掲載オーダー、広告申込情報など、その広告主の子リソースがすべて削除されます。削除した広告主は復元できません。
HTTP リクエスト
DELETE https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
advertiserId |
string (int64 format)
削除する必要がある広告主の ID。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文は空になります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/display-video
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-06 UTC。
[null,null,["最終更新日 2024-11-06 UTC。"],[[["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."]]],[]]