deleteEventCourseCreditType
Delete a course credit type in an event.
Throws an error with code:
NOT_FOUND
if an event matching the input'seventId
field cannot be found.NOT_FOUND
if a course credit type matching the input'scourseCreditTypeId
field 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.