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

# Delete a receive-payment

`DELETE /quickbooks-desktop/receive-payments/{id}`

Permanently deletes a receive-payment. The deletion will fail if the receive-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 receive-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 receive-payment.

- object
  - `id` string, required — The QuickBooks-assigned unique identifier of the deleted receive-payment.
  - `objectType` 'qbd_receive_payment', required — The type of object. This value is always `"qbd_receive_payment"`.
  - `refNumber` string, nullable, required — The case-sensitive user-defined reference number of the deleted receive-payment.
  - `deleted` boolean, required — Indicates whether the receive-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/revisions/0b07b3ebe160/schema)
