---
title: "Mark Non Substantive"
method: POST
path: "/calls/{call_id}/mark-non-substantive"
tags: ["Calls"]
---

# Mark Non Substantive

`POST /calls/{call_id}/mark-non-substantive`

Mark a call as non-substantive (override LLM assessment).

## Path parameters

- `call_id` string, uuid, required

## Response `200`

Successful Response

- MarkNonSubstantiveResponse — Response from marking a call as non-substantive.
  - `success` boolean, required — Whether the operation 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/4a81645b59f6/schema)
