---
title: "Delete attachment"
method: DELETE
path: "/v2/quotes/{quoteId}/attachments/{attachmentId}"
tags: ["Quote attachments"]
---

# Delete attachment

`DELETE /v2/quotes/{quoteId}/attachments/{attachmentId}`

Delete an attachment from a specified quote.

## Path parameters

- `quoteId` string, uuid, required
- `attachmentId` string, uuid, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `403` — Authorization Error

---

[API](https://skmtc.dev/pax8/apis/authentication.md) · [All operations](https://skmtc.dev/pax8/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pax8/authentication/revisions/4026bf405528/schema)
