AchievementConfigurations: delete
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
認証が必要です
指定された ID の成果の設定を削除します。
リクエスト
HTTP リクエスト
DELETE https://www.googleapis.com/games/v1configuration/achievements/achievementId
パラメータ
パラメータ名 |
値 |
説明 |
パスパラメータ |
achievementId |
string |
このメソッドで使用される実績の ID。 |
承認
このリクエストには、次のスコープによる認証が必要です(認証と承認の詳細をご確認ください)。
範囲 |
https://www.googleapis.com/auth/androidpublisher |
リクエストの本文
このメソッドでは、リクエストの本文を指定しません。
レスポンス
成功すると、空のレスポンス本文を返します。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[null,null,["最終更新日 2025-07-27 UTC。"],[],[],null,["# AchievementConfigurations: delete\n\n**Requires [authorization](#auth)**\n\nDelete the achievement configuration with the given ID.\n\nRequest\n-------\n\n### HTTP request\n\n```\nDELETE https://www.googleapis.com/games/v1configuration/achievements/achievementId\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|-----------------|----------|------------------------------------------------|\n| **Path parameters** |||\n| `achievementId` | `string` | The ID of the achievement used by this method. |\n\n### Authorization\n\nThis request requires authorization with the following scope ([read more about authentication and authorization](/accounts/docs/OAuth2)).\n\n| Scope |\n|----------------------------------------------------|\n| `https://www.googleapis.com/auth/androidpublisher` |\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns an empty response body."]]