sessionID with the MongoDB id of your session row.
Request
POST
https://api.4cx.io/session/cancel POSTAuthorization, Content-Type: application/json
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Cancels a single open order you own.
sessionID with the MongoDB id of your session row.
https://api.4cx.io/session/cancel POSTAuthorization, Content-Type: application/json
{
"sessionID": "507f1f77bcf86cd799439011"
}
{
"data": {
"success": true,
"sessionID": "507f1f77bcf86cd799439011",
"odds": -110,
"filled": 0,
"offered": 50,
"remaining": 50,
"gameID": "evt_001"
}
}
