Orders

Cancel a pending order

The order with specified orderId will be cancelled, if its status is still pending, i.e. to be paid.

IMPORTANT:

Calling this endpoint does not cancel a completed order, i.e. an order that is already paid. It certainly does not provide any refund because it can only cancel order that is not already paid.

delete/orders/{orderId}

Path parameters

orderIdstring required
Example:a7dd1cf6-dc96-490b-bdf6-8685dbf5bb87

Response

OK

Changes