[[["容易理解","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 (世界標準時間)。"],[[["Permanently deletes an Earth Engine asset using a `DELETE` request to a specified URL."],["The asset to be deleted is identified by its name in the URL, following a specific format that includes the project and asset path."],["Authorization to delete an asset requires specific IAM permissions and one of the listed OAuth scopes."],["The request body should be empty, and a successful deletion results in an empty response body."]]],["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 to identify the asset. The request body must be empty. Successful deletion returns an empty JSON object. Authorization requires the `earthengine.assets.delete` IAM permission and one of the listed OAuth scopes. User-owned assets are under the \"earthengine-legacy\" project.\n"]]