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. 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 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-06-27 UTC."],[[["\u003cp\u003eDeletes all instances within a specified study and series using the \u003ccode\u003eseries.delete\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eReturns an \u003ccode\u003eOperation\u003c/code\u003e resource that indicates the completion status of the deletion process.\u003c/p\u003e\n"],["\u003cp\u003eRequires specific authorization through \u003ccode\u003ehealthcare.dicomStores.dicomWebDelete\u003c/code\u003e IAM permission on the parent DICOM store.\u003c/p\u003e\n"],["\u003cp\u003eThe request URL uses gRPC Transcoding, and requires both the \u003ccode\u003eparent\u003c/code\u003e and \u003ccode\u003edicomWebPath\u003c/code\u003e be included as a parameter in the request.\u003c/p\u003e\n"],["\u003cp\u003eInstances cannot be inserted into a series while a deletion operation is underway, until it has completed.\u003c/p\u003e\n"]]],[],null,[]]