Cancel a Settlement Request
post
Cancel a settlement by id.
Only Settlement with an outbound transaction in status FAILED_TO_BROADCAST
or SIGNED can be canceled.
Only Exchange (Liquidity Provider) user can cancel a settlement.
Authorizations
X-Ledger-API-UserstringRequired
(required) Username of a registered API User
Path parameters
settlement_idintegerRequired
settlement's id
Responses
200
settlement object
application/json
400
Settlement cannot be canceled
application/json
404
Settlement not found
application/json
post
/settlements/{settlement_id}/cancelLast updated