---
title: "delete conditional order"
method: DELETE
path: "/alerts/orders/{alertId}"
tags: ["Conditional and Multi Order"]
---

# delete conditional order

`DELETE /alerts/orders/{alertId}`

Delete an existing conditional trigger using its unique identifier.

## Path parameters

- `alertId` string, required

## Headers

- `access-token` string, required

## Response `200`

Successful operation

- AlertOrderResponse
  - `alertId` string — Alert ID generated by Dhan
  - `alertStatus` string — | **Status** | **Description** | |--------------|-----------------------------------| | ACTIVE | Alert is currently active | | TRIGGERED | Alert condition has been met | | EXPIRED | Alert expired without triggering | | CANCELLED | Alert was manually cancelled |

---

[API](https://skmtc.dev/dhan/apis/dhanhq-api.md) · [All operations](https://skmtc.dev/dhan/apis/dhanhq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dhan/dhanhq-api/revisions/2d368b9ed32d/schema)
