curl --request DELETE \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/copytrade/{copytrade_id} \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": {
"copytrade_id": "..."
}
}Delete a Polymarket copytrade configuration for a Polygon wallet.
curl --request DELETE \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/copytrade/{copytrade_id} \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": {
"copytrade_id": "..."
}
}