Data needed to remove an email address from an existing contact

interface AddNewEmailAddressCommand {
    contactUri: string;
    newEmailAddress: string;
}

Properties

contactUri: string

The URI of the contact

newEmailAddress: string

The email address to add