Skip to main content

DeleteCeContactStoreCourseInput

Defines the input for deleting a course in a continuing education contact store.

input DeleteCeContactStoreCourseInput {
ceContactStoreId: ID!
courseId: ID!
}

Fields​

DeleteCeContactStoreCourseInput.ceContactStoreId ● ID! non-null scalar​

The identifier of the continuing education contact store the course is associated with.

DeleteCeContactStoreCourseInput.courseId ● ID! non-null scalar​

The identifier of the course.

Member Of​

deleteCeContactStoreCourse mutation