sesv2_delete_contact {paws.customer.engagement} | R Documentation |
Removes a contact from a contact list
Description
Removes a contact from a contact list.
See https://www.paws-r-sdk.com/docs/sesv2_delete_contact/ for full documentation.
Usage
sesv2_delete_contact(ContactListName, EmailAddress)
Arguments
ContactListName |
[required] The name of the contact list from which the contact should be removed. |
EmailAddress |
[required] The contact's email address. |
[Package paws.customer.engagement version 0.9.0 Index]