deleteNotificationOptOut
OptIn notifications for given notification delivery method, notification types and target
This page contains
Arguments
input DeleteNotificationOptOutInput! PREVIEW | Input object to delete notification opt out |
DeleteNotificationOptOutInput fields
method NotificationDeliveryMethod! | Method used for notification Delivery can be EMAIL or SMS |
types [NotificationType!]! | Array of Notification types for which opt outs to be deleted for given target |
target String! | Target can be an email address for EMAIL delivery method or phone number for SMS delivery method |
Return Fields
success Boolean | Indicates success of notification optout deletion operation |
errors [DeleteNotificationOptOutError!] PREVIEW | Error details while deleting notification optouts |
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.