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

NameValue

Content-Type

application/json

Authorization

Bearer <idToken>

Body

NameTypeDescriptionRequired

id

string

ID of the order

Yes

code

string

code of the order

Yes

Response

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

Last updated