cancel_project_transfer
Cancel a pending project transfer before acceptance. Only the sending or receiving wallet can cancel; already accepted transfers trigger an error.
Instructions
Cancel a pending project transfer (v1.59+). Either party (from_wallet or to_wallet) may cancel. Already-accepted/cancelled/expired transfers return 409 TRANSFER_ALREADY_PROCESSED. Calls POST /agent/v1/transfers/:transfer_id/cancel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transfer_id | Yes | Transfer id to cancel. You must be either the from_wallet or the to_wallet of the transfer. | |
| reason | No | Optional free-text cancellation reason recorded on the audit row. |