curl --request DELETE \
--url https://api.example.com/v1/predictions/polymarket/orders/{orderId} \
--header 'Content-Type: application/json' \
--data '
{
"apiKey": "<string>",
"apiSecret": "<string>",
"passphrase": "<string>",
"marketId": "<string>"
}
'