Obrigatório. O nome do recurso a ser excluído. name tem o formato "projects/*/assets/**" (por exemplo, "projects/earthengine-legacy/assets/users/[USER]/[ASSET]"). Todos os recursos de propriedade do usuário estão no projeto "earthengine-legacy" (por exemplo, "projects/earthengine-legacy/assets/users/foo/bar"). Todos os outros recursos estão no projeto "earthengine-public" (por exemplo, "projects/earthengine-public/assets/LANDSAT").
A autorização requer a seguinte permissão do IAM no recurso especificado name:
earthengine.assets.delete
Corpo da solicitação
O corpo da solicitação precisa estar vazio.
Corpo da resposta
Se a solicitação for bem-sucedida, o corpo da resposta será um objeto JSON vazio.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-03-06 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."]]],["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. Authorization requires the `earthengine.assets.delete` IAM permission. The request body should be empty, and a successful deletion returns an empty JSON object. Either of the mentioned OAuth scopes is needed for authorization.\n"]]