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'sceContactStoreId
field cannot be found.NOT_FOUND
if a course matching the input'scourseId
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.