---
title: "Delete a build assembly"
method: DELETE
path: "/quickbooks-desktop/build-assemblies/{id}"
---

# Delete a build assembly

`DELETE /quickbooks-desktop/build-assemblies/{id}`

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

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