Values_1.DeletePushNotificationRegistrationRequestSourceDeletes registration for a device token and a chat contact.
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.
*)registrationId : Values_0.RegistrationId.t;The identifier for the registration.
*)contactId : Values_0.ContactId.t;The identifier of the contact within the Amazon Connect instance.
*)}val make :
instanceId:Values_0.InstanceId.t ->
registrationId:Values_0.RegistrationId.t ->
contactId:Values_0.ContactId.t ->
unit ->
t