Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.dicomStores.studies.delete
studies.delete deletes all instances within the given study. Delete requests are equivalent to the GET requests specified in the Retrieve transaction. The method returns an Operation which will be marked successful when the deletion is complete.
Warning: Instances cannot be inserted into a study that is being deleted by an operation until the operation completes.
[[["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-06-27 UTC."],[[["\u003cp\u003e\u003ccode\u003estudies.delete\u003c/code\u003e is a method used to delete all instances within a specified DICOM study.\u003c/p\u003e\n"],["\u003cp\u003eThe deletion process is initiated via a \u003ccode\u003eDELETE\u003c/code\u003e HTTP request to a defined URL, using gRPC transcoding syntax and requiring specific authorization permissions.\u003c/p\u003e\n"],["\u003cp\u003eWhile a study is being deleted, new instances cannot be inserted, ensuring the integrity of the deletion process.\u003c/p\u003e\n"],["\u003cp\u003eUpon successful execution, the method returns an \u003ccode\u003eOperation\u003c/code\u003e object indicating the completion of the deletion, and the request body must be empty.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization to use this method requires specific OAuth scopes, including \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-healthcare\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: studies.delete\n\n**Full name**: projects.locations.datasets.dicomStores.studies.delete\n\nstudies.delete deletes all instances within the given study. Delete requests are equivalent to the GET requests specified in the Retrieve transaction. The method returns an [Operation](/healthcare-api/docs/reference/rest/Shared.Types/ListOperationsResponse#Operation) which will be marked successful when the deletion is complete.\n\nWarning: Instances cannot be inserted into a study that is being deleted by an operation until the operation completes.\n\nFor samples that show how to call studies.delete, see [Delete a study, series, or instance](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#delete-dicom).\n\n### HTTP request\n\n`DELETE https://healthcare.googleapis.com/v1/{parent=projects/*/locations/*/datasets/*/dicomStores/*}/dicomWeb/{dicomWebPath=studies/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/healthcare-api/docs/reference/rest/Shared.Types/ListOperationsResponse#Operation).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-healthcare`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]