---
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.

---

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