---
title: "Delete accounting account"
method: DELETE
path: "/v1/accounting-accounts/{accountingAccountId}"
tags: ["Accounting accounts"]
---

# Delete accounting account

`DELETE /v1/accounting-accounts/{accountingAccountId}`

Delete an accounting account.

## Path parameters

- `accountingAccountId` integer, required

## Response `200`

OK

- unknown

## Other responses

- `404` — Accounting account not found
- `409` — Accounting account cannot be deleted, because it's being used by an active accounting script.

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
