Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.delete
Deletes the specified health dataset and all data contained in the dataset. Deleting a dataset does not affect the sources from which the dataset was imported (if any).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[[["This API method `projects.locations.datasets.delete` is used to delete a specified health dataset along with all its data."],["The dataset deletion does not impact the original data sources from which it was derived."],["The request is made via a `DELETE` HTTP request to a specific URL, including the name parameter of the dataset you want to delete."],["The `name` parameter is required and formatted as `projects/{projectId}/locations/{locationId}/datasets/{datasetId}`."],["Successful deletion returns an empty JSON object and requires `healthcare.datasets.delete` IAM permission, along with one of the specified OAuth scopes."]]],[]]