Skip to main content
DELETE
Cancel all pending limit orders (legacy DELETE alias).

Authorizations

X-API-Key
string
header
required

Issue from /v1/keys (or admin-issued for enterprise tier).

Headers

X-Confirm-Cancel-All
string | null

Alternative to ?confirm=true; set to true.

X-API-Key
string | null

Your PolySimulator API key

POLY_API_KEY
string | null

Polymarket-CLOB-compat alias for X-API-Key (underscore form). SDK clients ported from Polymarket can authenticate without changing header names. X-API-Key takes precedence when both are provided.

Poly-API-Key
string | null
authorization
string | null

PM-CLOB-compat: Authorization: Bearer ps_live_... (or ps_test_...) is accepted as an alias for X-API-Key so py-clob-client and other ported SDKs authenticate without header name changes. Bearer JWTs are NOT accepted here — use the dashboard-auth endpoints for those.

Query Parameters

confirm
string | null

Required (one of confirm=true / X-Confirm-Cancel-All header). Footgun guard — see endpoint description.

Response

Successful Response

Matches Polymarket's cancel response: {canceled, not_canceled}.

canceled
string[]
not_canceled
Not Canceled · object