Inactivate a DICOM node
DELETE/v1/tenants/:tenantId/units/:unitId/dicom-nodes/:nodeId
Logically inactivates the DICOM node while retaining its history for audit. A successful operation returns no response body.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
DICOM node successfully inactivated.
A path identifier or DICOM node field is invalid.
A valid bearer access token was not supplied.
The authenticated user cannot read or manage DICOM nodes for this unit.
The active unit or requested DICOM node could not be found.
An unexpected internal error occurred.