Values_1.DeleteNotificationRequestSourceDeletes a notification. Once deleted, the notification is no longer visible to all users and cannot be managed through the Admin Website or APIs.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)notificationId : Values_0.NotificationId.t;The unique identifier for the notification to delete.
*)}val make :
instanceId:Values_0.InstanceId.t ->
notificationId:Values_0.NotificationId.t ->
unit ->
t