---
title: "Delete attachment from a dispute"
method: DELETE
path: "/disputes/{disputeId}/attachments/{attachmentId}"
tags: ["Dispute Attachments"]
---

# Delete attachment from a dispute

`DELETE /disputes/{disputeId}/attachments/{attachmentId}`

Removes the attachment from the raised dispute. Adyen may keep this file for compliance purposes.

## Path parameters

- `disputeId` string, required
- `attachmentId` string, required

## Response `204`

The attachment was successfully removed

## Other responses

- `401` — Authentication required.
- `403` — Insufficient permissions to process the request.
- `422` — A request validation error.

---

[API](https://skmtc.net/adyen/apis/transactionservice.md) · [All operations](https://skmtc.net/adyen/apis/transactionservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/transactionservice/revisions/7b225d65ac3a/schema)
