How to remove ‘View Details’ page & updates from third-party plugin?

Disable All WordPress Updates Plugin can be useful for your requirement, this is the link for that plugin Disable All Updates. And there are a few tips to disable all updates section in admin backend. disable plugin tips This is the code to disable update notification

remove_action('load-update-core.php','wp_update_plugins');
add_filter('pre_site_transient_update_plugins','__return_null');