Hi,
In general, if the [**VCS**](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/version_control_systems_integration/vcs_configuration/virtual_dataport_server_configuration) is configured for the Virtual DataPort server and if you delete a view via the VDP admin tool, the deleted view will be still shown in the Server Explorer (marked with a **gray** icon), although it does not exist anymore in the VDP server. So, in this moment, the view details cannot be accessed from the VDP admin tool.
Additionally, when deleting a particular element, it is possible that other dependent elements associated with the removed view could also be deleted. Hence, if those elements are configured under the VCS, they will also be shown in the Server Explorer, marked with the 'gray' icon.
Therefore, in order to reflect the modified changes in the "local" repository, you could perform a **Commit** operation. Also, If you wish to reflect the modified changes in the "remote" repository, you could perform a **Push** operation followed by the Commit. You could also refer to the sections [**VCS Operations for GIT**](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/version_control_systems_integration/vcs_integration_features/vcs_operations_for_git) and [**Delete Operations**](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/version_control_systems_integration/vcs_integration_features/delete_operations) of Virtual DataPort Administration Guide for more information.
Hope this helps!