Exit Bracket Order
This API allows you to cancel a pending bracket order that is currently in the order book
🛣️Path Parameters
| Fields | Type | Required | Description | Example/Enum |
|---|
| Exchange | string | yes | Exchange segment | NSE_EQ |
| order_id | string | yes | order ID in URL encode form | NWSYF000283 |
| Fields | Type | Required | Description | Example/Enum |
|---|
| Authorization | string | Yes | Bearer token for authentication | access_token |
| x-api-key | string | Yes | API key provided by bearer | x-api-key |
🟢Success Response - 200 OK
| Fields | Type | Description | Example/Enum |
|---|
| Status | string | Status of API Call | "SUCCESS"  |
| code | string | Response code | "s-101" |
| message | string | Message after successfully exiting the order | "order cancellation sent to OMS" |
| data | object | Contains additional info like order id | See table below |
📦Data Object Field
| Fields | Type | Description | Example/Enum |
|---|
| orderId | string | System generated Order id of the exited order | "NWSYF0029?3" |