Void opening balances
POST
https://app.speybooks.com/api/v1/opening-balances/{id}/voidVoid an active opening balance journal, setting voided_at on the transaction and marking the import as voided. 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
id string requiredData import ID (e.g. dimp_2). Must be a completed opening balance import.
Response
200 Journal voided. Returns voided confirmation, transaction ID, and message.
Show response fields
message stringtransactionId stringvoided booleanError codes
404 Completed opening balance import not found, or no active OB journal to void.