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-01-28 UTC."],[[["Deletes all instances within a specified study and series using the `series.delete` method."],["Returns an `Operation` resource that indicates the completion status of the deletion process."],["Requires specific authorization through `healthcare.dicomStores.dicomWebDelete` IAM permission on the parent DICOM store."],["The request URL uses gRPC Transcoding, and requires both the `parent` and `dicomWebPath` be included as a parameter in the request."],["Instances cannot be inserted into a series while a deletion operation is underway, until it has completed."]]],[]]