Skip to main content
DELETE
DELETE /api/v2/trigger/order/:orderId — Cancel a trigger order

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <jwt> for user auth or Authorization: Bearer sk_{keyId}_{secret} for API key auth.

Path Parameters

orderId
string
required

Order ID to cancel

Response

200 - application/json

Order cancelled

V2 success response envelope

data
object
required
requestId
string
required
pagination
object | null

Page-based pagination info (per RFC)