Zerto Virtual Replication APIs : VPG Management API (vSphere and Hyper-V only) : https://zvm_ip:port/v1/vpgSettings – DELETE Methods
  
https://zvm_ip:port/v1/vpgSettings – DELETE Methods
Deletes all or part of the VPG settings object.
URI
Delete a VPG settings object
https://zvm_ip:port/v1/vpgSettings/{vpgSettingsIdentifier}
Delete backup settings from a VPG
https://zvm_ip:port/v1/vpgSettings/{vpgSettingsIdentifier}/backup
Delete basic settings from a VPG
https://zvm_ip:port/v1/{vpgSettingsIdentifier}/basic
Delete boot settings from a VPG
https://zvm_ip:port/v1/vpgSettings/{vpgSettingsIdentifier}/bootgroup
Delete journal settings from a VPG
https://zvm_ip:port/v1/vpgSettings/{vpgSettingsIdentifier}/journal
Delete network settings from a VPG
https://zvm_ip:port/v1/vpgSettings/{vpgSettingsIdentifier}/networks
Delete network mapping settings from a VPG – for future use
https://zvm_ip:port/v1/vpgSettings/{vpgSettingsIdentifier}/networksmapping
Delete recovery settings from a VPG
https://zvm_ip:port/v1/vpgSettings/{vpgSettingsIdentifier}/recovery
Delete scripts from a VPG
https://zvm_ip:port/v1/vpgSettings/{vpgSettingsIdentifier}/scripting
Delete a VM from a VPG
https://zvm_ip:port/v1/vpgSettings/{vpgSettingsIdentifier}/vms/{vmIdentifier}
Delete NIC settings object
https://zvm_ip:port/v1/vpgSettings/{vpgSettingsIdentifier}/vms/{vmIdentifier}/nics/{nicIdentifier}
Where:
zvm_ip
The IP address of the Zerto Virtual Manager where the API is run.
port
The port to access the Zerto Virtual Manager. The default port is 9669.
vpgSettingsIdentifier
The identifier of the VPG settings object.
Request Format
The request bodies are empty.
Response Format
The response bodies are empty.