Skip to main content

deleteEventCourseFeeType

Delete a course fee 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 fee type matching the input's courseFeeTypeId field cannot be found within the event.
deleteEventCourseFeeType(
input: DeleteEventCourseFeeTypeInput!
): DeleteCourseFeeTypePayload!

Arguments​

deleteEventCourseFeeType.input ● DeleteEventCourseFeeTypeInput! non-null input​

Type​

DeleteCourseFeeTypePayload object​

Payload when deleting a course fee type.