Skip to main content

Documentation Index

Fetch the complete documentation index at: https://4cx.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Cancels a single open order you own. Replace sessionID with the MongoDB id of your session row.

Request

POST https://api.4cx.io/session/cancel POST
Headers: Authorization, X-API-Version: public, Content-Type: application/json
{
  "sessionID": "507f1f77bcf86cd799439011"
}
See Errors for common failure responses.