deleteNotificationTemplate
Deletes a specific notification template (identified by ID and type).
This page contains
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.