---
title: "Withdraw a Whole Fire Check Batch"
method: POST
path: "/FireChecks/Batches/{batchId}/Withdraw"
tags: ["Firechecks"]
---

# Withdraw a Whole Fire Check Batch

`POST /FireChecks/Batches/{batchId}/Withdraw`

**Requires permission:** *StaffMember*

Withdraws every record created by one submission, in one action. The remedy for a mis-entered multi-house round, which can be up to eighteen records. Atomic; already-withdrawn records are left as they are.

## Path parameters

- `batchId` string, guid, required

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Response `200`

Success - Batch withdrawn

- PostFireCheckWithdrawResponse
  - `withdrawnCount` integer
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - Not staff of every house in the batch
- `404` — Not Found - Batch not found

---

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