[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-06 UTC。"],[[["Permanently deletes an Earth Engine asset using an HTTP DELETE request."],["Requires specifying the asset's full name in the URL, including the project (\"earthengine-legacy\" for user-owned assets or \"earthengine-public\" for others)."],["Needs appropriate IAM permission (`earthengine.assets.delete`) for the specified asset."],["An empty request body is required, and a successful deletion results in an empty response body."],["Authorization can be done with either the `earthengine` or `cloud-platform` OAuth scopes."]]],["To delete an asset, a `DELETE` request is sent to the specified URL, which follows gRPC Transcoding syntax. The `name` path parameter, formatted as \"projects/*/assets/**\", is required and indicates the asset to be deleted. Authorization requires the `earthengine.assets.delete` IAM permission. The request body should be empty, and a successful deletion returns an empty JSON object. Either of the mentioned OAuth scopes is needed for authorization.\n"]]