---
title: "Delete an Attachment on a Record"
method: DELETE
path: "/records/{id}/attachments/{key}"
tags: ["Records"]
---

# Delete an Attachment on a Record

`DELETE /records/{id}/attachments/{key}`

Remove an attachment associated with a specific record. 

**OAuth Scope required:** `public.records.deleteAttachments`

## Path parameters

- `id` string, required
- `key` string, required

## Headers

- `x-as-user-email` string
- `x-as-user-id` string

## Response `204`

204

## Other responses

- `404` — Bad request error when deleting attachment.

---

[API](https://skmtc.net/ironcladapp/apis/ironclad-public-api.md) · [All operations](https://skmtc.net/ironcladapp/apis/ironclad-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ironcladapp/ironclad-public-api/versions/9459b4cfc1e0/schema)
