cancel_project_transfer
Cancel a pending project transfer. Requires authorization based on transfer kind; returns 409 error if already accepted, cancelled, or expired.
Instructions
Cancel a pending project transfer of any kind (v1.93+). You must be authorized for the row's kind (a wallet signing party, an owner/admin of the offering org, or the addressed-email principal). Already-accepted/cancelled/expired transfers return 409 TRANSFER_ALREADY_PROCESSED. Calls POST /agent/v1/transfers/:transfer_id/cancel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional free-text cancellation reason recorded on the audit row. | |
| transfer_id | Yes | Transfer id to cancel. You must be authorized for the row's kind (a wallet signing party, or an owner/admin of the offering org / the addressed-email principal). Kind-agnostic. |