delete_alerts
Delete TradingView alerts permanently, with no undo option. For temporary deactivation, use pause_alerts instead.
Instructions
Permanently delete TradingView alerts. This cannot be undone. TradingView has no edit endpoint, so changing an alert means deleting it and creating a replacement. To stop an alert temporarily, use pause_alerts instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Match alerts whose title or message contains this text. | |
| status | No | Restrict to alerts currently active or paused. | |
| symbol | No | Match alerts whose symbol contains this, e.g. "BTCUSDT" or "BYBIT:". | |
| alert_ids | No | Explicit alert ids from list_alerts. Most precise way to target alerts. |