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-01-28 UTC."],[[["`studies.delete` is a method used to delete all instances within a specified DICOM study."],["The deletion process is initiated via a `DELETE` HTTP request to a defined URL, using gRPC transcoding syntax and requiring specific authorization permissions."],["While a study is being deleted, new instances cannot be inserted, ensuring the integrity of the deletion process."],["Upon successful execution, the method returns an `Operation` object indicating the completion of the deletion, and the request body must be empty."],["Authorization to use this method requires specific OAuth scopes, including `https://www.googleapis.com/auth/cloud-healthcare` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]