Skip to main content

DeleteMembershipContactStoreContactGroupInput

Defines the input details for deleting a contact group in a membership contact store.

input DeleteMembershipContactStoreContactGroupInput {
coordinatorId: ID!
membershipContactStoreId: ID!
}

Fields

DeleteMembershipContactStoreContactGroupInput.coordinatorId ● ID! non-null scalar

The identifier of the contact who is the coordinator of the group.

DeleteMembershipContactStoreContactGroupInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store associated with the coordinator.

Member Of

deleteMembershipContactStoreContactGroup mutation