Preview

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

DeleteNotificationTemplateInput

Input used to update a specific notification template.

This page contains

    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.

    Mutations for DeleteNotificationTemplateInput

    deleteNotificationTemplate PREVIEW

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