删除数据集
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
通过向 删除数据集端点发送 HTTP DELETE
请求来删除数据集,该请求还包含数据集的 ID:
https://mapsplatformdatasets.googleapis.com/v1/projects/PROJECT_NUMBER_OR_ID/datasets/DATASET_ID
例如:
curl -X DELETE \
-H 'X-Goog-User-Project: PROJECT_NUMBER_OR_ID' \
-H "Authorization: Bearer $TOKEN" \
"https://mapsplatformdatasets.googleapis.com/v1/projects/PROJECT_NUMBER_OR_ID/datasets/f57074a0-a8b6-403e-9df1-e9fc46"
此请求会返回以下响应:
{}
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-31。
[null,null,["最后更新时间 (UTC):2025-08-31。"],[[["\u003cp\u003ePermanently delete a dataset by sending an HTTP \u003ccode\u003eDELETE\u003c/code\u003e request to the specified endpoint with the dataset's ID.\u003c/p\u003e\n"],["\u003cp\u003eInclude the \u003ccode\u003eX-Goog-User-Project\u003c/code\u003e header to specify the project and an \u003ccode\u003eAuthorization\u003c/code\u003e header with a valid bearer token for authentication.\u003c/p\u003e\n"],["\u003cp\u003eUpon successful deletion, an empty JSON response (\u003ccode\u003e{}\u003c/code\u003e) is returned, indicating the dataset has been removed.\u003c/p\u003e\n"]]],[],null,["Delete a dataset by sending an HTTP `DELETE` request to the\n[delete dataset](/maps/documentation/datasets/reference/rest/v1/projects.datasets/delete) endpoint that\nalso includes the ID of the dataset: \n\n```html\nhttps://mapsplatformdatasets.googleapis.com/v1/projects/PROJECT_NUMBER_OR_ID/datasets/DATASET_ID\n```\n\nFor example: \n\n```\ncurl -X DELETE \\\n-H 'X-Goog-User-Project: PROJECT_NUMBER_OR_ID' \\\n-H \"Authorization: Bearer $TOKEN\" \\\n\"https://mapsplatformdatasets.googleapis.com/v1/projects/PROJECT_NUMBER_OR_ID/datasets/f57074a0-a8b6-403e-9df1-e9fc46\"\n```\n\nThis request returns the following response: \n\n```\n{}\n```"]]