curl --request POST \
--url https://production.hifibridge.com/v2/offramps/{transferId}/cancel \
--header 'Authorization: Bearer <token>'{
"message": "Transaction: {transferId} cancelled successfully"
}Cancel an offramp that is in review. Only offramps with status IN_REVIEW can be cancelled.
curl --request POST \
--url https://production.hifibridge.com/v2/offramps/{transferId}/cancel \
--header 'Authorization: Bearer <token>'{
"message": "Transaction: {transferId} cancelled successfully"
}