---
title: "Delete a bill check payment"
method: DELETE
path: "/quickbooks-desktop/bill-check-payments/{id}"
---

# Delete a bill check payment

`DELETE /quickbooks-desktop/bill-check-payments/{id}`

Permanently deletes a bill check payment. The deletion will fail if the bill check payment 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 bill check payment to delete.

## Headers

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

## Response `200`

Returns a confirmation of the deletion with the ID of the deleted bill check payment.

- object
  - `id` string, required — The QuickBooks-assigned unique identifier of the deleted bill check payment.
  - `objectType` 'qbd_bill_check_payment', required — The type of object. This value is always `"qbd_bill_check_payment"`.
  - `refNumber` string, nullable, required — The case-sensitive user-defined reference number of the deleted bill check payment.
  - `deleted` boolean, required — Indicates whether the bill check payment was deleted.

---

[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)
