deleteNotificationContact
delete a Notification Contact
Arguments
input  
·   deleteNotificationContactInput     · Parameters for deleteNotificationContact Returns
deleteNotificationContactPayload   Example
mutation deleteNotificationContact($input: deleteNotificationContactInput) {  deleteNotificationContact(input: $input) {    messages    notificationContact  }}