Cancel Approval
neuron_cancel_approvalCancel a still-pending approval (e.g. the upstream action was aborted). Fires the approval.cancelled callback. Requires a bot API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Bot API key with 'nrn_' prefix for authentication | |
| reason | No | Optional cancellation reason | |
| approvalId | Yes | The approval request id (UUID) to cancel |