Void opening balances
POST
https://app.speybooks.com/api/v1/opening-balances/{id}/voidVoid an active opening balance journal: the journal is marked voided
and retained, and the import moves to voided status. Does not delete
the underlying data; the voided journal remains in the ledger for audit
purposes. Restores the ability to re-import opening balances.
Path parameters
idstringrequiredData import ID (e.g. dimp_2). Must be a completed opening balance import.
Response
200Journal voided. Returns voided confirmation, transaction ID, and message.
Show response fields
messagestringtransactionIdstringvoidedbooleanError codes
404Completed opening balance import not found, or no active OB journal to void.