---
title: "Delete a deposit"
method: DELETE
path: "/quickbooks-desktop/deposits/{id}"
---

# Delete a deposit

`DELETE /quickbooks-desktop/deposits/{id}`

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

- object
  - `id` string, required — The QuickBooks-assigned unique identifier of the deleted deposit.
  - `objectType` 'qbd_deposit', required — The type of object. This value is always `"qbd_deposit"`.
  - `deleted` boolean, required — Indicates whether the deposit was deleted.

## Changes

- **2026-05-02** `1de07095c4b7` — 1 warning
  - for the `path` request parameter `id`, the maxLength was set to `36`
- **2026-05-01** `246263e100a6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductor-is/apis/conductor-api/changes/quickbooks-desktop/deposits/:id/delete.md)

---

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