---
title: "Reject Case Match"
method: POST
path: "/calls/{call_id}/reject-case-match"
tags: ["Calls"]
---

# Reject Case Match

`POST /calls/{call_id}/reject-case-match`

Reject a pending case match (dry-run mode only).

## Path parameters

- `call_id` string, uuid, required

## Request body

- RejectCaseMatchRequest — Request to reject a case match.
  - `mark_as_non_substantive` boolean — Mark call as non-substantive when rejecting

## Response `200`

Successful Response

- RejectCaseMatchResponse — Response from rejecting a case match.
  - `success` boolean, required — Whether rejection was successful
  - `message` string, required — Status message

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
