Cancels a pending transaction based on the ID supplied. Example: DELETE https://api.coinfi.zone/transactions/12345.
https://api.coinfi.zone/transactions/{id}
DELETE
id
– the unique identifier of the transaction to cancel.12345
with the actual transaction ID you wish to cancel.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
ID of the transaction to cancel.