---
title: "Deletes an attachment by unique identifier.
Supports both uploaded files and external source attachments."
method: DELETE
path: "/api/v1/attachments/{id}"
tags: ["Attachments"]
---

# Deletes an attachment by unique identifier.
Supports both uploaded files and external source attachments.

`DELETE /api/v1/attachments/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

## Other responses

- `404` — The specified attachment could not be found.
- `500` — An internal server error occurred while processing the request.

---

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