Skip to main content

DeleteMembershipContactStoreCourseClassificationTypeInput

Defines the input for deleting a course classification type in a membership contact store.

input DeleteMembershipContactStoreCourseClassificationTypeInput {
courseClassificationTypeId: ID!
membershipContactStoreId: ID!
}

Fields

DeleteMembershipContactStoreCourseClassificationTypeInput.courseClassificationTypeId ● ID! non-null scalar

The identifier of the course classification type.

DeleteMembershipContactStoreCourseClassificationTypeInput.membershipContactStoreId ● ID! non-null scalar

The identifier of the membership contact store the course classification type is associated with.

Member Of

deleteMembershipContactStoreCourseClassificationType mutation