public static async Task <SuccessMessageResponse> DeleteEnrollmentExample(int nodeId)
        {
            SuccessMessageResponse response = await DataExchangeAPI.DeleteNotificationDisenrollment(nodeId);

            return(response);
        }