Referencia de APIAccounting / Chart Of Accounts
Delete Chart Of Accounts by accountid
← Back to full API reference
DELETE
/v1/chart-of-accounts/:accountIdAuth required- Requires organization permissions for this resource.
- Validated by Zod schema: deleteChartAccount.
Request details
Path params
| Field | Required | Description |
|---|---|---|
| accountId | Yes | Required path parameter. |
Default payloads
Path params
json
{
"accountId": 1
}Query
json
{}Body
json
{}Sample response
json
{}