Data needed to remove an existing contact from an existing group

interface RemoveContactFromGroupCommand {
    contactUri: string;
    groupUri: string;
}

Properties

Properties

contactUri: string

The URI of an existing group, from that the contact should be removed

groupUri: string

The URI of an existing contact, that should be removed to the group