Skip to main content
Cancel only when the transfer is still in a cancelable state in your own operator workflow.

Endpoint

POST /v2/transfers/{id}/cancel

Example request

Example response

Common error

Status 409
Fix: show the cancel action only from states your operators can still stop safely. If the state is unclear, retrieve the transfer first.

Rules

  • Confirm current transfer state before showing a cancel button.
  • Reconcile after any uncertain cancellation attempt.
  • Update operator UI only after webhook delivery or successful GET confirmation.