v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAccounting accounts
Delete accounting account
Delete an accounting account.
delete/v1/accounting-accounts/{accountingAccountId}
Path parameters
accountingAccountIdinteger required
Accounting account ID
Response
OK
{"stackTrail":"paths:/v1/accounting-accounts/{accountingAccountId}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"id":1,"description":"SAMPLE ACCOUNT","account":"123123132-x","program_id":12,"created_at":"2021-10-10T10:10:00.000Z","deactivated_at":"2021-10-11T10:10:00.000Z"}}
Example response
{
"id": 1,
"description": "SAMPLE ACCOUNT",
"account": "123123132-x",
"program_id": 12,
"created_at": "2021-10-10T10:10:00.000Z",
"deactivated_at": "2021-10-11T10:10:00.000Z"
}