Skip to content

Delete Order

Hard deletion of an order from the matching engine’s memory.

POST/orderbook/v1/deleteorder
Terminal window
curl -X POST https://api.juspredict.com/orderbook/v1/deleteorder \
-H 'Authorization: Bearer YOUR_TOKEN' \
-H 'Content-Type: application/json' \
-d '{
"name": "Order Book Match ID"
}'