---
title: "Withdraw a Fire Check Submission"
method: POST
path: "/FireChecks/Submissions/{id}/Withdraw"
tags: ["Firechecks"]
---

# Withdraw a Fire Check Submission

`POST /FireChecks/Submissions/{id}/Withdraw`

**Requires permission:** *StaffMember*

Marks a submission withdrawn. It is retained and remains visible in the house's history, but satisfies no week and no termly drill — so its week may revert to outstanding, including for a term already past. Withdrawal is never a delete. Idempotent.

## Path parameters

- `id` integer, required

## Query parameters

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

## Response `200`

Success - Submission withdrawn

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

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - Not house staff for this record's house
- `404` — Not Found - Submission 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)
