W3builders
AOP API

AOP API/Manual Journals

Delete (Reverse) Manual Journal

DELETE/finance/journals/manual/{id}
JWT bearer

Reverse and remove a manual journal. Posts an automatic reversal entry (debits/credits flipped) rather than silently erasing history, then deletes the original.

Endpoint

DELETEhttps://api.w3builders.com/v1/finance/journals/manual/{id}

Response parameters

FieldType
successvalue
Delete (Reverse) Manual Journal
curl -X DELETE https://api.w3builders.com/v1/finance/journals/manual/123 \
-H "Authorization: Bearer $TOKEN"
{
"shape": "{ success: true }"
}
Was this page helpful?