メソッド: projects.configs.variables.delete
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
変数または複数の変数を削除します。
変数名を指定すると、その変数が削除されます。接頭辞を指定して recursive
が true の場合、その接頭辞を持つすべての変数が削除されます。接頭辞によって変数を削除する場合は、recursive
を true に設定する必要があります。
HTTP リクエスト
DELETE https://runtimeconfig.googleapis.com/v1beta1/{name=projects/*/configs/*/variables/**}
この URL は Google API HTTP アノテーション構文を使用します。
パスパラメータ
パラメータ |
name |
string
削除する変数の名前: projects/[PROJECT_ID]/configs/[CONFIG_NAME]/variables/[VARIABLE_NAME]
|
クエリ パラメータ
パラメータ |
recursive |
boolean
再帰的に同じ接頭辞を持つ複数の変数を削除するには、true に設定します。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文は空になります。
承認
以下のいずれかの OAuth スコープを設定する必要があります。
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/cloudruntimeconfig
詳細は、Auth ガイドを参照してください。
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2017-03-06 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"わかりにくい"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"情報またはサンプルコードが不正確"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"必要な情報 / サンプルがない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]