# Manage Application notifications

> You can deactivate, edit, or delete an Application notification you created.

> For the complete documentation index, see [llms.txt](https://docs.talon.one/llms.txt).

## Deactivate an Application notification

To stop receiving requests from an Application notification, you can deactivate it. You can
reactivate the notification at a later time.

To deactivate an Application notification:

1. On the left-side menu of the Application,
   click <Notification className="icon"/> **Notifications**.
1. To the right of the notification, toggle **Active**.
1. In the confirmation window, click **Deactivate Notification**.

:::note
To reactivate a notification, follow the above steps, and in the confirmation window,
click **Activate Notification**.
:::

## Edit an Application notification

You can edit the details of an Application notification at any time.

To edit an Application notification:

1. Select the Application where you want to edit the notification.
1. On the left-side menu, click <Notifications className="icon"/> **Notifications**.
1. Next to the notification you want to edit, click <Edit className="icon" />.
1. Edit the required details, and click **Save**.

## Delete an Application notification

You can delete an Application notification to stop receiving requests
through a given route. To stop receiving requests but retain the notification,
consider [deactivating the notification][deactivate] instead.

To delete an Application notification:

1. Select the Application where you want to delete a notification.
1. On the left-side menu, click <Notification className="icon"/> **Notifications**.
1. Next to the notification you want to delete, click <Delete className="icon" />.
1. In the confirmation pop-up that appears, click **Delete Notification**.

## Related pages

- [Notification schemas][specs]
- [Loyalty notifications][loyalty]
- [Display notification logs][logs]

[specs]: /outbound-notifications
[deactivate]: #deactivate-an-application-notification
[loyalty]: /docs/product/loyalty-programs/loyalty-notifications/overview.md
[logs]: /docs/product/account/logs/notification-logs.md
