v1
latestOpenAPI 3.0.22026-07-242673105.9 KBTransactions
Cancel a transaction
If a transaction is still in the CREATED state, it has not yet been submitted to the receiving operator for processing. You can thus request to cancel such transactions by calling this endpoint.
post/transactions/{transaction_id}/cancel
Path parameters
transaction_idinteger required
Unique transaction identifier.
Response
Transaction cancelled
Example response
{
"metadata": {
"balance": {
"validity": {
"quantity": 365
},
"extended_data_policy": {
"interval": "24h",
"fixed_time": "00:00",
"throttle_speed": "128 KB/s"
}
}
}
}