---
title: "Cancel running Batch Validation"
method: POST
path: "/lookup/v2/batch-validations/{batch_id}/cancel"
tags: ["Lookup V2"]
---

# Cancel running Batch Validation

`POST /lookup/v2/batch-validations/{batch_id}/cancel`

This endpoint allows you to cancel running batch validation.

## Response `200`

OK

- object
  - `success` boolean, required
  - `message` string, required
  - `batch_id` string, required

## Other responses

- `400` — Bad Request
- `415` — Unsupported Media Type, we only accept application/json
- `500` — Internal Server Error

---

[API](https://skmtc.net/fonoa/apis/fonoa-api.md) · [All operations](https://skmtc.net/fonoa/apis/fonoa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fonoa/fonoa-api/versions/cf0ebc843a3f/schema)
