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-01-28 UTC."],[[["The `instances.delete` function removes a specific instance from a DICOM store using its study, series, and SOP Instance UID."],["This function is equivalent to a GET request in the Retrieve transaction, but study and series search results might take a few seconds to update after deletion."],["The request URL requires specifying the parent DICOM store and the path to the instance being deleted."],["Successful deletion of an instance returns an empty JSON object as the response."],["Authorization for this action requires specific IAM permissions on the parent DICOM store or one of two specified OAuth scopes."]]],[]]