Removing an Associate from a Business Unit generates a BusinessUnitAssociateRemoved Message.

interface BusinessUnitRemoveAssociateAction {
    action: "removeAssociate";
    customer: CustomerResourceIdentifier;
}

Properties

Properties

action: "removeAssociate"

Associate to remove.

Generated using TypeDoc