---
title: "Delete Attachment"
method: DELETE
path: "/attachments/{attachmentId}"
tags: ["Attachments"]
---

# Delete Attachment

`DELETE /attachments/{attachmentId}`

Deletes a file attachment by its ID

## Path parameters

- `attachmentId` integer, required

## Response `204`

Attachment deleted successfully

## Other responses

- `403` — Access denied
- `404` — Attachment not found

---

[API](https://skmtc.net/laminar/apis/laminar-api.md) · [All operations](https://skmtc.net/laminar/apis/laminar-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/laminar/laminar-api/revisions/c4cc2ef4aab1/schema)
