Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.dicomStores.studies.series.delete
series.delete deletes all instances within the given study and series using a long running operation. The method returns an Operation which will be marked successful when the deletion is complete.
Warning: Instances cannot be inserted into a series that is being deleted by an operation until the operation completes.
Required. The name of the DICOM store that is being accessed. For example, projects/{projectId}/locations/{locationId}/datasets/{datasetId}/dicomStores/{dicomStoreId}.
Authorization requires the following IAM permission on the specified resource parent:
healthcare.dicomStores.dicomWebDelete
dicomWebPath
string
Required. The path of the series.delete request. For example, studies/{studyUid}/series/{seriesUid}.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation.
[[["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."],[[["`series.delete` is a method that deletes all instances within a specified study and series, utilizing a long-running operation."],["The deletion process is asynchronous, and the method returns an `Operation` object that will indicate when the deletion is complete."],["New instances cannot be added to a series while a deletion operation on that series is in progress."],["The request URL structure involves specifying the DICOM store and the specific study and series using the format `studies/{studyUid}/series/{seriesUid}`."],["To successfully delete, the user needs to have the `healthcare.dicomStores.dicomWebDelete` IAM permission on the specified DICOM store, and the request needs one of the specified OAuth scopes."]]],[]]