# Manage loyalty notifications

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

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

## Deactivate a loyalty notification

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

To deactivate a loyalty notification:

1. On the left-side menu of the loyalty program,
   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 a loyalty notification

Depending on the notification type, you can edit all or some of the details
of a loyalty notification at any time.

To edit a loyalty notification:

1. On the left-side menu of the loyalty program where you want to
   edit a notification, click <Notification className="icon"/> **Notifications**.
1. Next to the notification you want to edit, click <Edit className="icon"/>.
1. Edit the required details.
1. Click **Save**.

## Delete a loyalty notification

When you delete a loyalty notification, you also stop receiving requests
from that notification. To stop receiving requests but retain the notification,
consider [deactivating the notification][deactivate] instead.

To delete a loyalty notification:

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

## Related pages

- [Webhooks](/docs/product/account/dev-tools/manage-webhooks.md)
- [Notification schemas][specs]
- [Application notifications](/docs/product/applications/application-notifications/overview.md)
- [Create a point-based loyalty campaign](/docs/product/tutorials/loyalty/loyalty-points-program.md)
- [Display notification logs][logs]

[specs]: /outbound-notifications#tag/Loyalty-notifications
[deactivate]: #deactivate-a-loyalty-notification
[logs]: /docs/product/account/logs/notification-logs.md
