DeleteCeContactStoreCourseClassificationTypeInput
Defines the input for deleting a course classification type in a continuing education contact store.
input DeleteCeContactStoreCourseClassificationTypeInput {
ceContactStoreId: ID!
courseClassificationTypeId: ID!
}
Fields
DeleteCeContactStoreCourseClassificationTypeInput.ceContactStoreId
● ID!
non-null scalar
The identifier of the continuing education contact store the course classification type is associated with.
DeleteCeContactStoreCourseClassificationTypeInput.courseClassificationTypeId
● ID!
non-null scalar
The identifier of the course classification type.