---
title: "Delete an attachment"
method: DELETE
path: "/attachments/{id}"
tags: ["Attachments"]
---

# Delete an attachment

`DELETE /attachments/{id}`

Permanently deletes an attachment, including its stored file. This action cannot be undone. Attachments with platform-internal types are treated as not found.

## Path parameters

- `id` string, required

## Response `204`

Attachment deleted successfully

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - invalid or missing authentication
- `404` — Attachment not found
- `500` — Error response

---

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