v1

latestOpenAPI 3.1.02026-08-04103211436.0 KB
AccountingAccounts

Delete accounting accounts in bulk

Deletes several accounting accounts in a single call, identified by accountingCode. Accounts are deactivated (active set to false) rather than permanently removed, and continue to appear in GET/list responses. The response includes an entry for every requested accountingCode, even ones that do not match an existing account — those are silently skipped with no error.

delete/accountingaccounts/{companyId}

Path parameters

companyIdstring required

Request body

Example request

{
  "data": [
    {
      "accountingCode": "430001"
    }
  ]
}

Response

Successful Response