Skip to main content
POST
/
v2
/
offramps
/
{transferId}
/
cancel
Cancel an offramp
curl --request POST \
  --url https://production.hifibridge.com/v2/offramps/{transferId}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "message": "Transaction: {transferId} cancelled successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

transferId
string
required

Transfer record ID.

Response

Success

message
string
Example:

"Transaction: {transferId} cancelled successfully"