v54

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-01235140905.8 KB
Accounting

Deletes a chart of accounts

delete/Accounts/{AccountID}

Path parameters

AccountIDstring uuid required

Unique identifier for Account object

Response

Success - delete existing Account and return response of type Accounts array with deleted Account

Example response

{
  "Accounts": [
    {
      "Name": "Food Sales",
      "AccountID": "00000000-0000-0000-0000-000000000000",
      "UpdatedDateUTC": "/Date(1573755038314)/"
    }
  ]
}