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 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."]]],[]]