connect_delete_push_notification_registration {paws.customer.engagement} | R Documentation |
Deletes registration for a device token and a chat contact
Description
Deletes registration for a device token and a chat contact.
See https://www.paws-r-sdk.com/docs/connect_delete_push_notification_registration/ for full documentation.
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. |
[Package paws.customer.engagement version 0.9.0 Index]