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'smembershipContactStoreId
field cannot be found.NOT_FOUND
if a course credit type matching the input'scourseCreditTypeId
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.