---
title: Delete notification rules
description: If you no longer need to receive an alert, delete the associated notification rule.
url: https://docs.influxdata.com/influxdb/v2/monitor-alert/notification-rules/delete/
estimated_tokens: 481
product: InfluxDB OSS v2
version: v2
---

# Delete notification rules

This page documents an earlier version of InfluxDB OSS. [InfluxDB 3 Core](/influxdb3/core/) is the latest stable version.

#### API token hashing is enabled by default in InfluxDB OSS 2.9.0

Stronger token security: tokens are stored as hashes on disk, so a copy of the database file doesn’t expose usable tokens. Existing tokens are hashed on first startup and the original strings can’t be recovered afterward — **capture any plaintext tokens you still need before you upgrade**.

For more information, see [Token hashing](/influxdb/v2/admin/tokens/#token-hashing).

If you no longer need to receive an alert, delete the associated notification rule.

## Delete a notification rule

1. In the navigation menu on the left, select **Alerts > Alerts**.
    
    Alerts
    
2. Select **Notification Rules** near to top of the page.
    
3. Click the icon on the notification rule you want to delete.
    
4. Click **Confirm**.
    

#### Related

-   [Manage checks](/influxdb/v2/monitor-alert/checks/)
-   [Manage notification endpoints](/influxdb/v2/monitor-alert/notification-endpoints/)
