Required. The name of the asset to delete. name is of the format "projects/*/assets/**" (e.g., "projects/earthengine-legacy/assets/users/[USER]/[ASSET]"). All user-owned assets are under the project "earthengine-legacy" (e.g., "projects/earthengine-legacy/assets/users/foo/bar"). All other assets are under the project "earthengine-public" (e.g., "projects/earthengine-public/assets/LANDSAT").
Authorization requires the following IAM permission on the specified resource name:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-05 UTC."],[[["Permanently deletes an Earth Engine asset using a `DELETE` request to the specified URL."],["Requires providing the asset's full name in the URL path, following the format \"projects/\\*/assets/\\*\\*\"."],["The request body should be empty, and a successful deletion results in an empty response body."],["Users need specific IAM permission (`earthengine.assets.delete`) and proper authorization scopes (`earthengine` or `cloud-platform`) to delete an asset."]]],[]]