---
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.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
