SESV2.Client.
delete_contact
(**kwargs)¶Removes a contact from a contact list.
See also: AWS API Documentation
Request Syntax
response = client.delete_contact(
ContactListName='string',
EmailAddress='string'
)
[REQUIRED]
The name of the contact list from which the contact should be removed.
[REQUIRED]
The contact's email address.
dict
Response Syntax
{}
Response Structure
Exceptions
SESV2.Client.exceptions.BadRequestException
SESV2.Client.exceptions.TooManyRequestsException
SESV2.Client.exceptions.NotFoundException