Skip to main content

Exit Bracket Order

This API allows you to cancel a pending bracket order that is currently in the order book

🛣️Path Parameters

FieldsTypeRequiredDescriptionExample/Enum
ExchangestringyesExchange segmentNSE_EQ
order_idstringyesorder ID in URL encode formNWSYF000283

🔑Header Parameters

FieldsTypeRequiredDescriptionExample/Enum
AuthorizationstringYesBearer token for authenticationaccess_token
x-api-keystringYesAPI key provided by bearerx-api-key

🟢Success Response - 200 OK 

FieldsTypeDescriptionExample/Enum
StatusstringStatus of API Call"SUCCESS" 
codestringResponse code"s-101"
messagestringMessage after successfully exiting the order"order cancellation sent to OMS"
dataobjectContains additional info like order idSee table below

📦Data Object Field

FieldsTypeDescriptionExample/Enum
orderIdstringSystem generated Order id of the exited order"NWSYF0029?3"
delete/transactional/v1/orders/bracket/{exchange}/{order_id}