---
title: Delete notification endpoints
description: Delete a notification endpoint in the InfluxDB UI.
url: https://docs.influxdata.com/influxdb/v2/monitor-alert/notification-endpoints/delete/
estimated_tokens: 524
product: InfluxDB OSS v2
version: v2
---

# Delete notification endpoints

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 notifications are no longer sent to an endpoint, complete the steps below to delete the endpoint, and then [update notification rules](/influxdb/v2/monitor-alert/notification-rules/update) with a new notification endpoint as needed.

## Delete a notification endpoint

1. In the navigation menu on the left, select **Alerts > Alerts**.
    
    Alerts
    
2. Select **Notification Endpoints** and find the rule you want to delete.
    
3. Click the icon on the notification you want to delete and then click **Confirm**.
    

#### Related

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