Cancel a transfer

POST https://{{env_url}}/transfer/cancel

Use the /transfer/cancel endpoint to cancel a transfer. A transfer is eligible for cancelation if the cancellable property returned by /transfer/get is true.

Request Body

{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "transfer_id"=>"{{transfer_id}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"request_id":"saKrIBuEB9qJZno"}