Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
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:
earthengine.assets.delete
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
[[["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 2025-03-06 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."]]],["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. User-owned assets are under \"earthengine-legacy,\" while others are under \"earthengine-public.\" The request body must be empty, and a successful deletion returns an empty JSON object. Authorization requires the `earthengine.assets.delete` IAM permission and one of the listed OAuth scopes.\n"]]