brc_delete_nominal_journal_batch
Delete a Nominal Journal Batch by providing its id and current timestamp. Confirm deletion explicitly before writing.
Instructions
Removes an existing Nominal Journal Batch by id. Requires the batch timestamp in Base64 string format. Use brc_get_nominal_journal_batch first to retrieve the current timestamp. Do not call with confirmWrite=true until the user explicitly confirms deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Nominal Journal Batch id. | |
| timestamp | Yes | Base64 timestamp returned by the Nominal Journal Batch, for example 7aIZQIbL3gg=. | |
| companyName | Yes | Company context name, for example YOUR-COMPANY-NAME. | |
| confirmWrite | No | Must be true only after the user explicitly confirms deleting this Nominal Journal Batch. |