---
title: "Delete evidence from a claim"
method: DELETE
path: "/api/v1/claims/{claimId}/evidence/{evidenceId}"
tags: ["Claims"]
---

# Delete evidence from a claim

`DELETE /api/v1/claims/{claimId}/evidence/{evidenceId}`

## Path parameters

- `claimId` integer, required
- `evidenceId` integer, required

## Response `204`

Evidence deleted successfully

## Other responses

- `403` — Forbidden
- `404` — Claim not found

## Changes

- **2026-06-02** `b5fcd3dd0dc2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ministryofjustice/apis/openapi-definition-3/changes/api/v1/claims/:claimId/evidence/:evidenceId/delete.md)

---

[API](https://skmtc.dev/ministryofjustice/apis/openapi-definition-3.md) · [All operations](https://skmtc.dev/ministryofjustice/apis/openapi-definition-3/llms.txt) · [OpenAPI document](https://skmtc.dev/ministryofjustice/apis/openapi-definition-3/revisions/b5fcd3dd0dc2?raw)
