Skip to main content

Cancel Order

Cancel an order.

DELETE /v1/order/{orderId}

Headers

ParamType
apikeystring

URI Parameters

ParamTypeExampleDescription
orderIdstring"1989652f-be77-4179-924e-b71c03a4198a"Unique order id

Response

ParamTypeExampleDescription
orderIdstring"1989652f-be77-4179-924e-b71c03a4198a"Unique order id

Response Example

{
"success": true,
"data": {
"orderID": "de1179b1-897b-44a0-97cd-218dfc8d788f"
}
}