Skip to main content

deleteMembershipContactStoreCourseCreditType

Delete a course credit type in a membership contact store.

Throws an error with code:

  • NOT_FOUND if a membership contact store matching the input's membershipContactStoreId field cannot be found.
  • NOT_FOUND if a course credit type matching the input's courseCreditTypeId field cannot be found within the membership contact store.
deleteMembershipContactStoreCourseCreditType(
input: DeleteMembershipContactStoreCourseCreditTypeInput!
): DeleteCourseCreditTypePayload!

Arguments

deleteMembershipContactStoreCourseCreditType.input ● DeleteMembershipContactStoreCourseCreditTypeInput! non-null input

Type

DeleteCourseCreditTypePayload object

Payload when deleting a course credit type.