---
title: "Delete Dispute Evidence"
method: DELETE
path: "/disputes/{dispute_id}/evidence/{evidence_id}"
tags: ["Disputes"]
---

# Delete Dispute Evidence

`DELETE /disputes/{dispute_id}/evidence/{evidence_id}`

Delete a `Dispute Evidence` file. You can delete evidence files only before a `Dispute` and its uploaded evidence are submitted for the first time, and only on `FINIX_V1` or `DUMMY_V1`.

## Headers

- `Finix-Version` string

## Response `204`

Deleted. No resource to return.

## Other responses

- `401` — Unauthorized. Authentication is required and has failed or has not been provided.
- `403` — Forbidden. The client is authenticated but does not have permission to access the resource.
- `404` — Not Found. The requested resource could not be found on the server.
- `406` — Not Acceptable. The server could not accept the submitted request. Confirm how the request was formatted and submitted.
- `422` — Unprocessable Entity. The parameters were valid, but the request failed. *Possible error causes*: - Deletion of dispute evidence files is not allowed for merchants not on `FINIX_V1` or `DUMMY_V1`.

---

[API](https://skmtc.net/finix/apis/finix-api-reference.md) · [All operations](https://skmtc.net/finix/apis/finix-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finix/finix-api-reference/versions/67e4dc871bfc/schema)
