Skip to main content
DELETE
/
service
/
general-ledger
/
journal-entries
/
{journal_entry_id}
curl -X DELETE https://kube.acho.io/service/general-ledger/journal-entries/JE-2024-001 \
  -H "Authorization: jwt YOUR_TOKEN"

Request

Permanently delete a journal entry. Only entries in Draft status can be deleted.
Deletion is permanent and cannot be undone. For entries that have been submitted or posted, use the Void action instead.

Headers

Authorization
string
required
JWT authentication token. Format: jwt YOUR_TOKEN

Path Parameters

journal_entry_id
string
required
The unique identifier of the journal entry to delete
curl -X DELETE https://kube.acho.io/service/general-ledger/journal-entries/JE-2024-001 \
  -H "Authorization: jwt YOUR_TOKEN"

When to Delete vs. Void

StatusCan Delete?Alternative
DraftYes-
Pending ApprovalNoRequest Change to return to Draft, then delete
On HoldNoRequest Change to return to Draft, then delete
ApprovedNoVoid the entry
PostedNoVoid or Reverse the entry
RejectedNoVoid the entry
VoidedNoAlready voided