Skip to main content

Cancel Cover Order

This API allows you to cancel a pending cover order that is still in the order book 

🛣️Path Parameters

FieldsTypeRequiredDescriptionExample/Enum
ExchangestringyesExchange segmentsNSE_EQ
order_idstringyesorder ID in URL encoded formatNWSYF00011D9

🔑Header Parameters

FieldsTypeRequiredDescriptionExample/Enum
AuthorizationStringyesBearer token for authenticationaccess_token
x-api-keystringyesAPI key providedx-api-key
content_typestringyesformat of the request bodyapplication/json

🟢Success Response - 200 OK

FieldsTypeDescriptionExample/Enum
StatusStringStatus of the API Callsuccess
CodestringResponse codes-101
messagestringMessage confirming cancellationOrder cancellation sent to OMS
dataobjectContains additional info (like order ID)See below

📘Data Object Field

FieldsTypeDescriptionExample/Enum
orderIdstringID of the cancelled order"NWSYF0011D9"
delete/transactional/v1/orders/cover/{exchange}/{order_id}