brc_delete_accrual
Removes a parent accrual by ID after retrieving its timestamp. Requires explicit user confirmation before deletion.
Instructions
Removes an existing parent Accrual by id. Requires the accrual timestamp in Base64 string format. Use brc_get_accrual 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 | Parent accrual id. | |
| timestamp | Yes | Base64 timestamp returned by the accrual, for example K94UQIbL3gg=. | |
| companyName | Yes | Company context name, for example YOUR-COMPANY-NAME. | |
| confirmWrite | No | Must be true only after the user explicitly confirms deleting this accrual. |