---
title: "Delete Attachment"
method: DELETE
path: "/analyze/v2/agreements/{id}/attachments/{attachment_id}"
tags: ["Analyze Attachments"]
---

# Delete Attachment

`DELETE /analyze/v2/agreements/{id}/attachments/{attachment_id}`

Remove an existing attachment from an agreement in Analyze.

## Path parameters

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

## Response `204`

agreement attachment successfully deleted

## Other responses

- `400` — failed to delete agreement attachment
- `404` — agreement attachment not found

---

[API](https://skmtc.net/linksquares/apis/linksquares-api.md) · [All operations](https://skmtc.net/linksquares/apis/linksquares-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linksquares/linksquares-api/revisions/4d597e83cd78/schema)
