brc_delete_allocation_resolver
Reverse or delete a single allocation by its resolver ID. Provide company name and allocation ID; user must confirm before write.
Instructions
Reverses/deletes a single allocation by allocation resolver id. Use brc_list_allocated_transactions first to find the allocation id. Do not call with confirmWrite=true until the user explicitly confirms the reversal/deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Allocation resolver id to reverse/delete. | |
| companyName | Yes | Company context name, for example YOUR-COMPANY-NAME. | |
| confirmWrite | No | Must be true only after the user explicitly confirms reversing/deleting this allocation. |