Cancel Cover Order
This API allows you to cancel a pending cover order that is still in the order book
🛣️Path Parameters
| Fields | Type | Required | Description | Example/Enum |
|---|
| Exchange | string | yes | Exchange segments | NSE_EQ |
| order_id | string | yes | order ID in URL encoded format | NWSYF00011D9 |
| Fields | Type | Required | Description | Example/Enum |
|---|
| Authorization | String | yes | Bearer token for authentication | access_token |
| x-api-key | string | yes | API key provided | x-api-key |
| content_type | string | yes | format of the request body | application/json |
🟢Success Response - 200 OK
| Fields | Type | Description | Example/Enum |
|---|
| Status | String | Status of the API Call | success |
| Code | string | Response code | s-101 |
| message | string | Message confirming cancellation | Order cancellation sent to OMS |
| data | object | Contains additional info (like order ID) | See below |
📘Data Object Field
| Fields | Type | Description | Example/Enum |
|---|
| orderId | string | ID of the cancelled order | "NWSYF0011D9" |