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)/"
}
]
}