Data needed to remove a phone number from an existing contact

interface RemovePhoneNumberCommand {
    contactUri: string;
    phoneNumberUri: string;
}

Properties

contactUri: string

The URI of the contact

phoneNumberUri: string

The URI of the phone number resource to remove