Skip to main content

DeleteMembershipContactStoreFunctionGroupInput

Defines the input for deleting a membership contact store function group.

input DeleteMembershipContactStoreFunctionGroupInput {
functionGroupId: ID!
membershipContactStoreId: ID!
}

Fields

DeleteMembershipContactStoreFunctionGroupInput.functionGroupId ● ID! non-null scalar

The unique identifier for the function group.

DeleteMembershipContactStoreFunctionGroupInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store the function group is associated with.

Member Of

deleteMembershipContactStoreFunctionGroup mutation