---
title: "Delete attachment"
method: DELETE
path: "/series/{id}/attachments/{name}"
tags: ["Series"]
---

# Delete attachment

`DELETE /series/{id}/attachments/{name}`

Delete an attachment associated with the given DICOM series. This call will fail if trying to delete a system attachment (i.e. whose index is < 1024).

## Path parameters

- `id` string, required
- `name` string, required

## Headers

- `If-Match` string

## Response `200`

---

[API](https://skmtc.net/orthancserver/apis/orthanc-server.md) · [All operations](https://skmtc.net/orthancserver/apis/orthanc-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orthancserver/orthanc-server/versions/af646f6f871b/schema)
