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 |
🟢Success Response - 200 Ok
| Fields | Type | Description | Example/Enum |
|---|
| status | string | Indicates the result of API Call | "success" |
| code | string | Response code corresponding to the request | "s-101" |
| message | string | Descriptive message for the response | "Success Message" |
🔴 Error Response - 400 Bad Request
| Field | Type | Description | Example |
|---|
| status | string | Status of the API call Default Error | "error" |
| code | string | Error code indicating the failure | "e-101" |
| message | string | Specific message explaining the reason for failed request. | "Error Message" |