Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.datasets.dicomStores.studies.series.instances.delete
instances.delete deletes an instance associated with the given study, series, and SOP Instance UID. Delete requests are equivalent to the GET requests specified in the Retrieve transaction. Study and series search results can take a few seconds to be updated after an instance is deleted using instances.delete.
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 instances.delete request. For example, studies/{studyUid}/series/{seriesUid}/instances/{instanceUid}.
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
[[["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\u003eThis function, \u003ccode\u003einstances.delete\u003c/code\u003e, removes a specific instance using its associated study, series, and SOP Instance UID.\u003c/p\u003e\n"],["\u003cp\u003eDeletion requests are similar to GET requests, and updates to study and series search results might experience a short delay post-deletion.\u003c/p\u003e\n"],["\u003cp\u003eThe function uses a DELETE HTTP request with a specific URL format, requiring the DICOM store's name (\u003ccode\u003eparent\u003c/code\u003e) and the path to the instance (\u003ccode\u003edicomWebPath\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eSuccessful execution results in an empty JSON object response, and the request body must be empty.\u003c/p\u003e\n"],["\u003cp\u003eAccess requires specific authorization scopes, either \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-healthcare\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e, with the \u003ccode\u003ehealthcare.dicomStores.dicomWebDelete\u003c/code\u003e IAM permission on the parent resource.\u003c/p\u003e\n"]]],[],null,[]]