deleteEventCourseCreditType
Delete a course credit type in an event.
Throws an error with code:
NOT_FOUNDif an event matching the input'seventIdfield cannot be found.NOT_FOUNDif a course credit type matching the input'scourseCreditTypeIdfield cannot be found within the event.
deleteEventCourseCreditType(
  input: DeleteEventCourseCreditTypeInput!
): DeleteCourseCreditTypePayload!
Arguments
deleteEventCourseCreditType.input ● DeleteEventCourseCreditTypeInput! non-null input
Type
DeleteCourseCreditTypePayload object
Payload when deleting a course credit type.