Typescript SDK Type Docs
    Preparing search index...

    Interface BusinessUnitRemoveCustomerGroupAssignmentAction

    Unassigns a Customer Group from a Business Unit.

    This action generates the [BusinessUnitCustomerGroupAssignmentRemoved](ctp:api:type:BusinessUnitCustomerGroupAssignmentRemovedMessage) Message.
    
    interface BusinessUnitRemoveCustomerGroupAssignmentAction {
        action: "removeCustomerGroupAssignment";
        customerGroup: CustomerGroupResourceIdentifier;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "removeCustomerGroupAssignment"

    Customer Group to unassign the Business Unit from.