---
title: "Void a check"
method: POST
path: "/quickbooks-desktop/checks/{id}/void"
---

# Void a check

`POST /quickbooks-desktop/checks/{id}/void`

Voids a check by setting its amount to zero while keeping a record of it in QuickBooks. The void will fail if the check is currently in use or has any linked transactions that are in use.

## Path parameters

- `id` string, required — The QuickBooks-assigned unique identifier of the check to void.

## Headers

- `Conductor-End-User-Id` string, required — The ID of the End-User to receive this request.

## Response `200`

Returns a confirmation of the void with the ID of the voided check.

- object
  - `id` string, required — The QuickBooks-assigned unique identifier of the voided check.
  - `objectType` 'qbd_check', required — The type of object. This value is always `"qbd_check"`.
  - `createdAt` string, nullable, required — The date and time when this check was created, in ISO 8601 format (YYYY-MM-DDThh:mm:ss+hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.
  - `updatedAt` string, nullable, required — The date and time when this check was last updated, in ISO 8601 format (YYYY-MM-DDThh:mm:ss+hh:mm), which QuickBooks Desktop interprets in the local timezone of the end-user's computer.
  - `refNumber` string, nullable, required — The case-sensitive user-defined reference number of the voided check.
  - `voided` boolean, required — Indicates whether the check was voided.

---

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