Skip to content

Delete Notification

connect_delete_notification R Documentation

Deletes a notification

Description

Deletes a notification. Once deleted, the notification is no longer visible to all users and cannot be managed through the Admin Website or APIs.

Usage

connect_delete_notification(InstanceId, NotificationId)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

NotificationId

[required] The unique identifier for the notification to delete.

Value

An empty list.

Request syntax

svc$delete_notification(
  InstanceId = "string",
  NotificationId = "string"
)