Skip to main content

Cancel Order

Cancel order by order id. Only orders with status paid can be canceled. Orders that have been already processed cannot be canceled and will return 400 error.

Request Body
uid string

The API token to authenticate login. Can also be placed in the Authorization header.

order_id integer

The ID of the order to cancel.

Responses
200

successful

Schema
httpCode integer
status string
400

Error

Schema
status string
httpCode integer
message string