v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBAccounting scripts V1
Deactivate accounting script V1
Deactivate an accounting script by its ID.
delete/v1/accounting-scripts/{accountingScriptId}
Path parameters
accountingScriptIdinteger required
Numeric ID of the accounting script.
Response
Ok
Example response
{
"credit_accounting": {
"id": 1,
"description": "SAMPLE ACCOUNT",
"account": "123123132-x",
"program_id": 12,
"created_at": "2021-10-10T10:10:00.000Z"
},
"cost_center": {
"debit_org": "999999",
"credit_org": "999999",
"debit_cost": "999999",
"credit_cost": "999999",
"deactivated_at": "2021-10-10T10:10:00.000Z"
},
"debit_accounting": {
"id": 1,
"description": "SAMPLE ACCOUNT",
"account": "123123132-x",
"program_id": 12,
"created_at": "2021-10-10T10:10:00.000Z"
}
}