Method: projects.datasets.delete
Stay organized with collections
Save and categorize content based on your preferences.
Delete the specified dataset .
HTTP request
DELETE https://mapsplatformdatasets.googleapis.com/v1alpha/{name=projects/*/datasets/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. Format: projects/${project}/datasets/{dataset_id}
|
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
IAM Permissions
Requires the following IAM permission on the name
resource:
mapsplatformdatasets.datasets.delete
For more information, see the IAM documentation.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-03-24 UTC.
[[["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 2023-03-24 UTC."],[[["This document details the process for deleting a specified dataset using the Maps Platform Datasets API."],["The request must use the `DELETE` method with the specified URL format, including required path parameters."],["An empty request body is expected, and a successful deletion results in an empty response body."],["Authorization requires the `cloud-platform` OAuth scope and the `mapsplatformdatasets.datasets.delete` IAM permission."]]],[]]