Delete Contact
sesv2_delete_contact | R Documentation |
Removes a contact from a contact list¶
Description¶
Removes a contact from a contact list.
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. |
Value¶
An empty list.
Request syntax¶
svc$delete_contact(
ContactListName = "string",
EmailAddress = "string"
)