v1

latestOpenAPI 3.0.02026-07-26103425558.9 KB
Offramp

Cancel an offramp

Cancel an offramp that is in review. Only offramps with status IN_REVIEW can be cancelled.

post/v2/offramps/{transferId}/cancel

Path parameters

transferIdstring required

Transfer record ID.

Response

Success

messagestring

Example response

{
  "message": "Transaction: {transferId} cancelled successfully"
}