Cancel Order
Cancel a single order by order ID. This endpoint directly cancels the order without requiring a separate build/submit step.
Last updated
Cancel a single order by order ID. This endpoint directly cancels the order without requiring a separate build/submit step.
Last updated
POST /order/{orderId}/cancel HTTP/1.1
Host:
Accept: */*
{
"order_id": "550e8400-e29b-41d4-a716-446655440000"
}