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