deleteMembershipContactStoreCourseClassification
Delete a course classification 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 classification matching the input'scourseClassificationId
field cannot be found within the membership contact store.
deleteMembershipContactStoreCourseClassification(
input: DeleteMembershipContactStoreCourseClassificationInput!
): DeleteCourseClassificationPayload!
Arguments
deleteMembershipContactStoreCourseClassification.input
● DeleteMembershipContactStoreCourseClassificationInput!
non-null input
Type
DeleteCourseClassificationPayload
object
Payload when deleting a course classification.