Delete Push Notification Registration
connect_delete_push_notification_registration | R Documentation |
Deletes registration for a device token and a chat contact¶
Description¶
Deletes registration for a device token and a chat contact.
Usage¶
connect_delete_push_notification_registration(InstanceId,
RegistrationId, ContactId)
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. |
RegistrationId |
[required] The identifier for the registration. |
ContactId |
[required] The identifier of the contact within the Amazon Connect instance. |
Value¶
An empty list.
Request syntax¶
svc$delete_push_notification_registration(
InstanceId = "string",
RegistrationId = "string",
ContactId = "string"
)