---
title: "Delete an accounting code"
method: DELETE
path: "/v1/businesses/{client_id}/accounting-codes/{accounting_code_id}"
tags: ["Accounting Codes"]
---

# Delete an accounting code

`DELETE /v1/businesses/{client_id}/accounting-codes/{accounting_code_id}`

Soft-deletes a GL code. Only available for businesses with a manual integration.

Any category mapped to this GL code will have its mapping cleared. Business admins and accountants will receive an `ACCOUNTING_CODE_DELETED` notification.

## Path parameters

- `client_id` integer, required
- `accounting_code_id` string, uuid, required

## Response `204`

No Content

## Other responses

- `400` — Bad Request (e.g. business has a non-manual accounting integration)
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/letsweel/apis/weel-openapi.md) · [All operations](https://skmtc.dev/letsweel/apis/weel-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/letsweel/weel-openapi/revisions/1a7cb1c4dd12/schema)
