Skip to main content

Cancel GTT Order

Cancel GTT Order

curl --location --request DELETE 'https://api.upstox.com/v3/order/gtt/cancel' \
--header 'accept: application/json' \
--header 'Authorization: Bearer {your_access_token}' \
--header 'Content-Type: application/json' \
--data '{
"gtt_order_id": "GTT-C25280200137522"
}'