---
title: "Delete Document Attachment"
method: DELETE
path: "/public/v1/documents/{id}/attachments/{attachment_id}"
tags: ["Document Attachments"]
---

# Delete Document Attachment

`DELETE /public/v1/documents/{id}/attachments/{attachment_id}`

Deletes an attachment from the document.

## Path parameters

- `id` string, required
- `attachment_id` string, required

## Response `204`

No Content

## Other responses

- `401` — Authentication error
- `404` — Not found
- `423` — Document is locked for editing
- `429` — Too Many Requests

---

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