VPGs API DELETE Method Request and Response Formats
The https://zvm_ip:port/v1/vpgs DELETE APIs have both request and response bodies.
Request Body Format
The following is an example request XML body for https://zvm_ip:port/v1/vpgs/{VpgIdentifier}.
<VpgDeleteDataApi xmlns="http://schemas.zerto.com/zvm/api"> <Force>true</Force> <KeepRecoveryVolumes>true</KeepRecoveryVolumes> </VpgDeleteDataApi> |
Response Body Format
The following is an example response XML body for https://zvm_ip:port/v1/vpgs/{VpgIdentifier}.
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">String content</string> |