The deleteNotification() GraphQL mutation may be used to delete a notification from LogScale. It requires root access.

For more information on actions, previously known as notifiers, see the Actions documentation page.

Syntax

Below is the syntax for the deleteNotification() mutation field:

graphql
deleteNotification(
      notificationId: string!
   ): boolean!