---
title: "Cancel Benefit Verification Route"
method: POST
path: "/benefit-verification/{id}/cancel"
tags: ["public-api"]
---

# Cancel Benefit Verification Route

`POST /benefit-verification/{id}/cancel`

## Path parameters

- `id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error
- `503` — Another transaction holds the benefit verification, so the cancellation was not applied. The request is safe to retry.

## Changes

- **2026-08-12** `1684e1dda9be` — 1 info
  - added the non-success response with the status `503`

[Change history](https://skmtc.dev/develophealth/apis/develop-health-public-api/changes/benefit-verification/:id/cancel/post.md)

---

[API](https://skmtc.dev/develophealth/apis/develop-health-public-api.md) · [All operations](https://skmtc.dev/develophealth/apis/develop-health-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/develophealth/develop-health-public-api/revisions/486dd348f0e6/schema)
