Skip to main content

deleteCeContactStoreCourse

Delete a course in a continuing education contact store.

Throws an error with code:

  • NOT_FOUND if a continuing education contact store matching the input's ceContactStoreId field cannot be found.
  • NOT_FOUND if a course matching the input's courseId field cannot be found within the continuing education contact store.
deleteCeContactStoreCourse(
input: DeleteCeContactStoreCourseInput!
): DeleteCoursePayload!

Arguments

deleteCeContactStoreCourse.input ● DeleteCeContactStoreCourseInput! non-null input

Type

DeleteCoursePayload object

Payload when deleting a course.