Cancel single order
Cancel single order
Cancels a single order by its ID. Works even in cancel-only mode.
DELETE
Cancel single order
Documentation Index
Fetch the complete documentation index at: https://docs.polymarket.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your API key
Ethereum address associated with the API key
HMAC signature of the request
API key passphrase
Unix timestamp of the request
Body
application/json
Order ID (order hash) to cancel
Example:
"0xabcdef1234567890abcdef1234567890abcdef12"
Response
Order cancellation result
Array of order IDs that were successfully canceled
Example:
[
"0xabcdef1234567890abcdef1234567890abcdef12"
]Map of order IDs that could not be canceled with error messages
Example:
{
"0xabcdef1234567890abcdef1234567890abcdef12": "Order not found or already canceled"
}