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"
}Documentation Index
Fetch the complete documentation index at: https://docs.hifi.com/llms.txt
Use this file to discover all available pages before exploring further.