v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBAccountingEntries
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