v1
latestOpenAPI 3.0.02026-07-132990743.4 KBInstances
Delete attachment
Delete an attachment associated with the given DICOM instance. This call will fail if trying to delete a system attachment (i.e. whose index is < 1024).
delete/instances/{id}/attachments/{name}
Path parameters
idstring required
Orthanc identifier of the instance of interest
namestring required
The name of the attachment, or its index (cf. UserContentType configuration option)
Headers
If-Matchstring
Revision of the attachment, to check if its content has not changed and can be deleted. This header is mandatory if CheckRevisions option is true.