brc_delete_allocation_resolver
Reverse or delete an allocation using its resolver ID. Retrieve the ID via brc_list_allocated_transactions, then confirm before the write operation.
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. |