Skip to main content
POST
Cancel specific orders

Authorizations

x-api-key
string
header
required

API key for authentication. Contact contact@55-tech.com to obtain a key.

Body

application/json

At least one filter must be provided. Multiple filters are combined with OR logic.

orderIds
integer[] | null

List of numeric order IDs to cancel

requestUuids
string<uuid>[] | null

List of request UUIDs to cancel

userRef
string | null

Cancel all orders matching this user reference

Response

Cancellation result with enriched order details

status
string

'cancelled'

cancelledCount
integer

Number of orders cancelled

cancelled
object[]

Cancelled orders with enriched details

notCancelled
object

Orders that could not be cancelled