Zerto APIs : VRAs API : VRAs: DELETE
  
VRAs: DELETE
Delete a specified VRA.
URL
Delete VRA
https://zvm_ip:port/v1/vras/{vraIdentifier}
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.
vraIdentifier
The identifier of the VRA to be deleted.
Request Body Using Json Format
The request body is empty.
Response In Json Format
The following is an example response Json body for https://zvm_ip:port/v1/vras/{vraIdentifier}.
{
  "TaskIdentifier": "String content"
}
XML Response Format
For the XML response format, see “VRAs API DELETE Method Response Formats”, on page 401.
Response Values
Parameter
Description
TaskIdentifier
The identifier of the task. The task identifier can be used with the Tasks API to monitor the delete action.
PowerShell Scripts
For complete PowerShell Scripts, see “Examples”, on page 23.