---
title: "Delete Payment"
method: POST
path: "/api/v1/claims/delete_payment"
---

# Delete Payment

`POST /api/v1/claims/delete_payment`

## Request body

- ClaimDeleteRequest
  - `claim_number` integer, required
  - `participant_number` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/caresquare/apis/fastapi.md) · [All operations](https://skmtc.dev/caresquare/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/caresquare/apis/fastapi/revisions/12dd4779f835?raw)
