Объявление : Все некоммерческие проекты, зарегистрированные для использования Earth Engine до 15 апреля 2025 года, должны подтвердить некоммерческое право на сохранение доступа к Earth Engine.
Необходимый. Имя удаляемого актива. name имеет формат «projects/*/assets/**» (например, «projects/earthengine-legacy/assets/users/[USER]/[ASSET]»). Все ресурсы, принадлежащие пользователям, относятся к проекту «earthengine-legacy» (например, «projects/earthengine-legacy/assets/users/foo/bar»). Все остальные активы относятся к проекту «earthengine-public» (например, «projects/earthengine-public/assets/LANDSAT»).
Для авторизации требуется следующее разрешение IAM для указанного name ресурса:
earthengine.assets.delete
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
В случае успеха тело ответа представляет собой пустой объект JSON.
[[["Прост для понимания","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-07 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"]]