---
title: "Delete insurance refund"
method: DELETE
path: "/api/insurance-refunds/v1/{insurance_refund_id}"
tags: ["v1"]
---

# Delete insurance refund

`DELETE /api/insurance-refunds/v1/{insurance_refund_id}`

Deletes the insurance refund record matching the provided `insurance_refund_id`.
If the matching record's organization_id does not match the authenticated user's
current organization_id, then a response code of `403` will be returned.

## Path parameters

- `insurance_refund_id` V1InsuranceRefundId, required — unresolved $ref

## Headers

- `Authorization` string, required

## Response `200`

Successful response

## Other responses

- `403` — Error response with status 403
- `404` — Error response with status 404
- `422` — Error response with status 422

---

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