---
title: "Delete a specific attachment"
method: DELETE
path: "/api/attachments/{attachmentId}"
tags: ["Attachment"]
---

# Delete a specific attachment

`DELETE /api/attachments/{attachmentId}`

## Path parameters

- `attachmentId` string, required

## Response `200`

Success

## Other responses

- `204` — Attachment did not exist
- `410` — Attachment record had an invalid Id value

---

[API](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/revisions/e584a13d530a?raw)
