POST
/
deliver
/
transfers
/
{id}
/
cancel
curl --request POST \
  --url https://api-sandbox.orum.io/deliver/transfers/{id}/cancel \
  --header 'Authorization: Bearer <token>' \
  --header 'Orum-Version: <orum-version>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

The auth token received from Authentication endpoints.

Headers

Orum-Version
enum<string>
required

Version of Deliver API. Use v2022-09-21.

Available options:
v2022-09-21

Path Parameters

id
string
required

Orum generated unique id for the transfer you are canceling.

Response

202
application/json
202 response.
message
string
required

An explanation for the status of the transfer cancellation request.