Skip to main content

deleteEventCourseCreditType

Delete a course credit type in an event.

Throws an error with code:

  • NOT_FOUND if an event matching the input's eventId field cannot be found.
  • NOT_FOUND if a course credit type matching the input's courseCreditTypeId 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.