Cancel Order
Cancel Orders
PUT
/v1/order/cancel
This API will cancel the order. The order that has already been redeemed cannot be canceled.
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Description | Required |
---|---|---|---|
| string | ID of the order | Yes |
| string | code of the order | Yes |
Response
Last updated