latestOpenAPI 3.1.02026-08-15103211436.0 KB
6fd4a79f8f74
AccountingEntries
Delete accounting entries in bulk by entry code
Deletes every accounting entry whose accountingEntryCode or accountingEntryCodeId matches one of the given codes. The call returns 200 immediately; matching entries may still briefly appear in GET results right after deletion.
delete/accountingentries/accountingentrycode/{companyId}
Path parameters
companyIdstring required
Request body
Example request
{
"data": [
{
"accountingEntryCode": "invoice-2024-001"
}
]
}Response
Successful Response