Preview

deleteNotificationTemplate is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

deleteNotificationTemplate

Deletes a specific notification template (identified by ID and type).

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    Arguments

    input DeleteNotificationTemplateInput! PREVIEW

    Input used to update a specific notification template.

    DeleteNotificationTemplateInput fields

    method NotificationDeliveryMethod!

    The method used to deliver the notification: EMAIL or SMS.

    type NotificationType!

    The type of notification (this generally corresponds to an event or an action).

    id ID!

    The unique identifier of the notification template.

    Return Fields

    success Boolean

    Whether the notification template delete operation was successful.

    errors [DeleteNotificationTemplateError!] PREVIEW

    Details about errors that were thrown while deleting a notification template

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.