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
Changes
No recorded changes to this endpoint across all 6 revisions of this API.