Method: accounts.languages.productCertifications.delete
製品認証をその名前で削除します。
このメソッドは、認証機関のみが呼び出すことができます。
HTTP リクエスト
DELETE https://manufacturers.googleapis.com/v1/{name=accounts/*/languages/*/productCertifications/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。削除する商品の認証の名前。形式: accounts/{account}/languages/{language_code}/productCertifications/{id}
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文は空になります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/manufacturercenter
詳しくは、OAuth 2.0 の概要をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-07-09 UTC。
[null,null,["最終更新日 2024-07-09 UTC。"],[[["Deletes a specified product certification, accessible only by certification bodies."],["Requires an HTTP DELETE request to a structured URL containing the account, language, and certification ID."],["Employs an empty request body and, if successful, returns an empty response body."],["Needs authorization with the `https://www.googleapis.com/auth/manufacturercenter` scope."]]],[]]