Orders
Cancel an order
Cancel an order that is still awaiting_payment. Any other state returns 409 (you can't cancel an order that's already paid or processing).
post/v1/orders/{id}/cancel
Path parameters
idstring uuid required
The order id (UUID, also used as the on-chain payment memo).
Response
Order cancelled.