Delete transaction
DELETE {{baseUrl}}/v3/kms/:id?revert=true
2 credits per API call.
Delete transaction to be signed. When deleting offchain transaction, linked withdrawal will be cancelled automatically.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
revert | boolean | Defines whether fee should be reverted to account balance as well as amount. Defaults to true. Revert true would be typically used when withdrawal was not broadcast to blockchain. False is used usually for Ethereum ERC20 based currencies. |