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

application/json

Authorization

Bearer <idToken>

Body

Name
Type
Description
Required

id

string

ID of the order

Yes

code

string

code of the order

Yes

Response

{
    "statusCode": 200,
    "statusMessage": "Order successfully canceled"
}

Last updated