Data needed to remove an email address from an existing contact

interface RemoveEmailAddressCommand {
    contactUri: string;
    emailAddressUri: string;
}

Properties

contactUri: string

The URI of the contact

emailAddressUri: string

The URI of the email address resource to remove