Last updated 1 month ago
PUT /v1/order/cancel
PUT
/v1/order/cancel
This API will cancel the order. The order that has already been redeemed cannot be canceled.
Headers
Body
Response
{ "statusCode": 200, "statusMessage": "Order successfully canceled" }
{ "statusCode": 400, "statusMessage": "Order ID and Code are required" }
Content-Type
application/json
Authorization
Bearer <idToken>
id
string
ID of the order
Yes
code
code of the order