Delete Contact List
sesv2_delete_contact_list | R Documentation |
Deletes a contact list and all of the contacts on that list¶
Description¶
Deletes a contact list and all of the contacts on that list.
Usage¶
sesv2_delete_contact_list(ContactListName)
Arguments¶
ContactListName |
[required] The name of the contact list. |
Value¶
An empty list.
Request syntax¶
svc$delete_contact_list(
ContactListName = "string"
)